]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit37306698c3d023c10a2b1a01baac3089b52412f6
tree721f3e601db0f4c4e9f22ad84b14b848fcbacdbe
parent7b0ddc1346089b62b45e688e350c9e1c3f7a3ab2
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