qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH trivial 1/3] vl: remove useless 'continue'


From: Chen Gang
Subject: Re: [Qemu-devel] [PATCH trivial 1/3] vl: remove useless 'continue'
Date: Tue, 15 Apr 2014 12:41:04 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 04/15/2014 10:11 AM, Peter Crosthwaite wrote:
> On Tue, Apr 8, 2014 at 10:01 PM, Chen Gang <address@hidden> wrote:
>> > Normal "if (...) {...} else {...}" is enough in "while(...) {...}", not
>> > need additional useless 'continue'.
>> >
> Only in the case where the if-else is not followed by any code. Which
> is the case here. I found this sentance slightly confusing and TBH id
> just drop it or say something less codey like:
> 
> "This if else has no code between it and the end of the enclosing
> while loop. This makes this continue redundant."
> 
>> > Signed-off-by: Chen Gang <address@hidden>
> But patch is good:
> 
> Reviewed-by: Peter Crosthwaite <address@hidden>
> 

OK, thanks.

Thanks.
-- 
Chen Gang

Open, share, and attitude like air, water, and life which God blessed



reply via email to

[Prev in Thread] Current Thread [Next in Thread]