linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: bnx2fc: Fix typo in comments
@ 2022-01-28  6:31 Cai Huoqing
  2022-01-28  9:53 ` [EXT] " Saurav Kashyap
  2022-02-08  4:52 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Cai Huoqing @ 2022-01-28  6:31 UTC (permalink / raw)
  To: cai.huoqing
  Cc: Saurav Kashyap, Javed Hasan, GR-QLogic-Storage-Upstream,
	James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel

Replace 'Offlaod' with 'Offload'.

Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [EXT] [PATCH] scsi: bnx2fc: Fix typo in comments
  2022-01-28  6:31 [PATCH] scsi: bnx2fc: Fix typo in comments Cai Huoqing
@ 2022-01-28  9:53 ` Saurav Kashyap
  2022-02-08  4:52 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Saurav Kashyap @ 2022-01-28  9:53 UTC (permalink / raw)
  To: Cai Huoqing
  Cc: Javed Hasan, GR-QLogic-Storage-Upstream, James E.J. Bottomley,
	Martin K. Petersen, linux-scsi, linux-kernel

Hi Cai Huoqing,

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


> 2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] scsi: bnx2fc: Fix typo in comments
  2022-01-28  6:31 [PATCH] scsi: bnx2fc: Fix typo in comments Cai Huoqing
  2022-01-28  9:53 ` [EXT] " Saurav Kashyap
@ 2022-02-08  4:52 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2022-02-08  4:52 UTC (permalink / raw)
  To: Cai Huoqing
  Cc: Martin K . Petersen, Saurav Kashyap, James E.J. Bottomley,
	linux-scsi, GR-QLogic-Storage-Upstream, Javed Hasan,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-08  5:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28  6:31 [PATCH] scsi: bnx2fc: Fix typo in comments Cai Huoqing
2022-01-28  9:53 ` [EXT] " Saurav Kashyap
2022-02-08  4:52 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).