2021-07-02 13:25:31

by Colin King

[permalink] [raw]
Subject: [PATCH] scsi: qla2xxx: remove redundant continue statement in a for-loop

From: Colin Ian King <[email protected]>

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

Addresses-Coverity: ("Continue has no effect")
Signed-off-by: Colin Ian King <[email protected]>
---
drivers/scsi/qla2xxx/qla_sup.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/scsi/qla2xxx/qla_sup.c b/drivers/scsi/qla2xxx/qla_sup.c
index 060c89237777..a0aeba69513d 100644
--- a/drivers/scsi/qla2xxx/qla_sup.c
+++ b/drivers/scsi/qla2xxx/qla_sup.c
@@ -2936,7 +2936,6 @@ qla28xx_write_flash_data(scsi_qla_host_t *vha, uint32_t *dwptr, uint32_t faddr,
liter += dburst - 1;
faddr += dburst - 1;
dwptr += dburst - 1;
- continue;
}

write_protect:
--
2.31.1


2021-07-19 01:33:23

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: qla2xxx: remove redundant continue statement in a for-loop


Colin,

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

Applied to 5.15/scsi-staging, thanks!

--
Martin K. Petersen Oracle Linux Engineering

2021-07-24 02:16:23

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: qla2xxx: remove redundant continue statement in a for-loop

On Fri, 2 Jul 2021 14:15:42 +0100, Colin King wrote:

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

Applied to 5.15/scsi-queue, thanks!

[1/1] scsi: qla2xxx: remove redundant continue statement in a for-loop
https://git.kernel.org/mkp/scsi/c/37306698c3d0

--
Martin K. Petersen Oracle Linux Engineering