* [PATCH] scsi: qla2xxx: Convert comma to semicolon
@ 2024-07-10 3:24 Chen Ni
2024-07-11 0:42 ` Himanshu Madhani
0 siblings, 1 reply; 2+ messages in thread
From: Chen Ni @ 2024-07-10 3:24 UTC (permalink / raw)
To: njavali, GR-QLogic-Storage-Upstream, James.Bottomley, martin.petersen
Cc: linux-scsi, linux-kernel, Chen Ni
Replace a comma between expression statements by a semicolon.
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
drivers/scsi/qla2xxx/qla_init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
index 8377624d76c9..e2ca9a14b643 100644
--- a/drivers/scsi/qla2xxx/qla_init.c
+++ b/drivers/scsi/qla2xxx/qla_init.c
@@ -423,7 +423,7 @@ qla2x00_async_logout(struct scsi_qla_host *vha, fc_port_t *fcport)
sp->type = SRB_LOGOUT_CMD;
sp->name = "logout";
qla2x00_init_async_sp(sp, qla2x00_get_async_timeout(vha) + 2,
- qla2x00_async_logout_sp_done),
+ qla2x00_async_logout_sp_done);
ql_dbg(ql_dbg_disc, vha, 0x2070,
"Async-logout - hdl=%x loop-id=%x portid=%02x%02x%02x %8phC explicit %d.\n",
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] scsi: qla2xxx: Convert comma to semicolon
2024-07-10 3:24 [PATCH] scsi: qla2xxx: Convert comma to semicolon Chen Ni
@ 2024-07-11 0:42 ` Himanshu Madhani
0 siblings, 0 replies; 2+ messages in thread
From: Himanshu Madhani @ 2024-07-11 0:42 UTC (permalink / raw)
To: Chen Ni, njavali, GR-QLogic-Storage-Upstream, James.Bottomley,
martin.petersen
Cc: linux-scsi, linux-kernel
On 7/9/24 20:24, Chen Ni wrote:
> Replace a comma between expression statements by a semicolon.
>
> Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
> ---
> drivers/scsi/qla2xxx/qla_init.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c
> index 8377624d76c9..e2ca9a14b643 100644
> --- a/drivers/scsi/qla2xxx/qla_init.c
> +++ b/drivers/scsi/qla2xxx/qla_init.c
> @@ -423,7 +423,7 @@ qla2x00_async_logout(struct scsi_qla_host *vha, fc_port_t *fcport)
> sp->type = SRB_LOGOUT_CMD;
> sp->name = "logout";
> qla2x00_init_async_sp(sp, qla2x00_get_async_timeout(vha) + 2,
> - qla2x00_async_logout_sp_done),
> + qla2x00_async_logout_sp_done);
>
> ql_dbg(ql_dbg_disc, vha, 0x2070,
> "Async-logout - hdl=%x loop-id=%x portid=%02x%02x%02x %8phC explicit %d.\n",
Needs following fixes tag
Fixes: d4523bd6fd5d3 ("scsi: qla2xxx: Refactor asynchronous command
initialization")
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
--
Himanshu Madhani Oracle Linux Engineering
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-11 0:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-10 3:24 [PATCH] scsi: qla2xxx: Convert comma to semicolon Chen Ni
2024-07-11 0:42 ` Himanshu Madhani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®