commit | 481ebb3daac39c6c1a8f78f98b823a9c9591616f | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Tue Oct 06 14:27:45 2015 +0200 |
committer | James Bottomley <JBottomley@Odin.com> | Mon Nov 09 17:06:37 2015 -0800 |
tree | 7c99b707e6c352536d455c1702b7f0abbcc79fd0 | |
parent | bf2cf3baa20b0a6cd2d08707ef05dc0e992a8aa0 [diff] |
fcoe: use continue instead of goto+label 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 <jslaby@suse.cz> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Acked-by: Vasu Dev <vasu.dev@intel.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>