commit | 79366f0a8de24fc451017b710467deaa2811d6eb | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jun 17 12:43:47 2021 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Jun 18 23:01:03 2021 -0400 |
tree | 764fb3c471c6b02726439957b10d97c6584f8989 | |
parent | 2e72bf7ec71d62f758f64cdfb17bbb98d649dd2d [diff] |
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")