scsi: target: iscsi: Remove redundant continue statement
authorColin Ian King <colin.king@canonical.com>
Thu, 17 Jun 2021 11:43:47 +0000 (12:43 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 19 Jun 2021 03:01:03 +0000 (23:01 -0400)
commit79366f0a8de24fc451017b710467deaa2811d6eb
tree764fb3c471c6b02726439957b10d97c6584f8989
parent2e72bf7ec71d62f758f64cdfb17bbb98d649dd2d
scsi: target: iscsi: Remove redundant continue statement

The continue statement at the end of a loop has no effect, remove it.

Link: https://lore.kernel.org/r/20210617114347.10247-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Addresses-Coverity: ("Continue has no effect")
drivers/target/iscsi/iscsi_target_erl1.c