Re: [PATCH -resend 1/1] fcoe: use continue instead of goto+label

2015-10-06 Thread Vasu Dev
On Tue, 2015-10-06 at 14:27 +0200, Jiri Slaby wrote: > There is a label pointing to the start of a while loop and a goto > nested only in the loop. The goto jumps to the label in some cases. > Replace the goto and the label by simple continue. > > Signed-off-by: Jiri Slaby > Cc: Robert Love > Cc

Re: [PATCH -resend 1/1] fcoe: use continue instead of goto+label

2015-10-06 Thread Johannes Thumshirn
On Tuesday 06 October 2015 14:27:45 Jiri Slaby wrote: > There is a label pointing to the start of a while loop and a goto > nested only in the loop. The goto jumps to the label in some cases. > Replace the goto and the label by simple continue. > > Signed-off-by: Jiri Slaby > Cc: Robert Love > C

[PATCH -resend 1/1] fcoe: use continue instead of goto+label

2015-10-06 Thread Jiri Slaby
There is a label pointing to the start of a while loop and a goto nested only in the loop. The goto jumps to the label in some cases. Replace the goto and the label by simple continue. Signed-off-by: Jiri Slaby Cc: Robert Love Cc: fcoe-de...@open-fcoe.org --- Sent on: May 5 drivers/scsi/fcoe/f