]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: qla2xxx: Remove redundant continue statement in a for-loop
authorColin Ian King <colin.king@canonical.com>
Fri, 2 Jul 2021 13:15:42 +0000 (14:15 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 19 Jul 2021 01:31:28 +0000 (21:31 -0400)
commit86f0426c6ef7b770c748a87bc79da64780c7e535
tree721f3e601db0f4c4e9f22ad84b14b848fcbacdbe
parentb5e94e2fbfbf525b87630e4b3a91710d1035c727
scsi: qla2xxx: Remove redundant continue statement in a for-loop

The continue statement at the end of the for-loop is redundant, remove it.

Link: https://lore.kernel.org/r/20210702131542.19880-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/scsi/qla2xxx/qla_sup.c