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

From: Saurav Kashyap
Date: Fri Jan 28 2022 - 04:54:06 EST


Hi Cai Huoqing,

> -----Original Message-----
> From: Cai Huoqing <cai.huoqing@xxxxxxxxx>
> Sent: Friday, January 28, 2022 12:01 PM
> To: cai.huoqing@xxxxxxxxx
> Cc: Saurav Kashyap <skashyap@xxxxxxxxxxx>; Javed Hasan
> <jhasan@xxxxxxxxxxx>; GR-QLogic-Storage-Upstream <GR-QLogic-Storage-
> Upstream@xxxxxxxxxxx>; James E.J. Bottomley <jejb@xxxxxxxxxxxxx>; Martin
> K. Petersen <martin.petersen@xxxxxxxxxx>; linux-scsi@xxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx
> Subject: [EXT] [PATCH] scsi: bnx2fc: Fix typo in comments
>
> External Email
>
> ----------------------------------------------------------------------
> Replace 'Offlaod' with 'Offload'.
>
> Signed-off-by: Cai Huoqing <cai.huoqing@xxxxxxxxx>
> ---
> 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 <skashyap@xxxxxxxxxxx>


> 2.25.1