From: Himanshu Madhani <himanshu.madhani@oracle.com>
To: Chen Ni <nichen@iscas.ac.cn>,
njavali@marvell.com, GR-QLogic-Storage-Upstream@marvell.com,
James.Bottomley@HansenPartnership.com,
martin.petersen@oracle.com
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scsi: qla2xxx: Convert comma to semicolon
Date: Wed, 10 Jul 2024 17:42:24 -0700 [thread overview]
Message-ID: <72a37e4f-29fc-4859-9f4f-d40adf2e67a9@oracle.com> (raw)
In-Reply-To: <20240710032423.2003805-1-nichen@iscas.ac.cn>
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
prev parent reply other threads:[~2024-07-11 0:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-10 3:24 Chen Ni
2024-07-11 0:42 ` Himanshu Madhani [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=72a37e4f-29fc-4859-9f4f-d40adf2e67a9@oracle.com \
--to=himanshu.madhani@oracle.com \
--cc=GR-QLogic-Storage-Upstream@marvell.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=nichen@iscas.ac.cn \
--cc=njavali@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®