2022-01-30 00:24:53

by Cai Huoqing

[permalink] [raw]
Subject: [PATCH] scsi: bnx2fc: Fix typo in comments

Replace 'Offlaod' with 'Offload'.

Signed-off-by: Cai Huoqing <[email protected]>
---
drivers/scsi/bnx2fc/bnx2fc_tgt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/bnx2fc/bnx2fc_tgt.c b/drivers/scsi/bnx2fc/bnx2fc_tgt.c
index 9200b718085c..2c246e80c1c4 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_tgt.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_tgt.c
@@ -482,7 +482,7 @@ void bnx2fc_rport_event_handler(struct fc_lport *lport,
}

/*
- * Offlaod process is protected with hba mutex.
+ * Offload process is protected with hba mutex.
* Use the same mutex_lock for upload process too
*/
mutex_lock(&hba->hba_mutex);
--
2.25.1


2022-01-30 21:24:48

by Saurav Kashyap

[permalink] [raw]
Subject: RE: [EXT] [PATCH] scsi: bnx2fc: Fix typo in comments

Hi Cai Huoqing,

> -----Original Message-----
> From: Cai Huoqing <[email protected]>
> Sent: Friday, January 28, 2022 12:01 PM
> To: [email protected]
> Cc: Saurav Kashyap <[email protected]>; Javed Hasan
> <[email protected]>; GR-QLogic-Storage-Upstream <GR-QLogic-Storage-
> [email protected]>; James E.J. Bottomley <[email protected]>; Martin
> K. Petersen <[email protected]>; [email protected]; linux-
> [email protected]
> Subject: [EXT] [PATCH] scsi: bnx2fc: Fix typo in comments
>
> External Email
>
> ----------------------------------------------------------------------
> Replace 'Offlaod' with 'Offload'.
>
> Signed-off-by: Cai Huoqing <[email protected]>
> ---
> drivers/scsi/bnx2fc/bnx2fc_tgt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/bnx2fc/bnx2fc_tgt.c b/drivers/scsi/bnx2fc/bnx2fc_tgt.c
> index 9200b718085c..2c246e80c1c4 100644
> --- a/drivers/scsi/bnx2fc/bnx2fc_tgt.c
> +++ b/drivers/scsi/bnx2fc/bnx2fc_tgt.c
> @@ -482,7 +482,7 @@ void bnx2fc_rport_event_handler(struct fc_lport
> *lport,
> }
>
> /*
> - * Offlaod process is protected with hba mutex.
> + * Offload process is protected with hba mutex.
> * Use the same mutex_lock for upload process too
> */
> mutex_lock(&hba->hba_mutex);
> --

Acked-by: Saurav Kashyap <[email protected]>


> 2.25.1

2022-02-09 02:40:45

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: bnx2fc: Fix typo in comments

On Fri, 28 Jan 2022 14:31:01 +0800, Cai Huoqing wrote:

> Replace 'Offlaod' with 'Offload'.
>
>

Applied to 5.18/scsi-queue, thanks!

[1/1] scsi: bnx2fc: Fix typo in comments
https://git.kernel.org/mkp/scsi/c/dd84a4b0fe17

--
Martin K. Petersen Oracle Linux Engineering