All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"
@ 2022-03-19 23:14 Colin Ian King
  2022-03-28 16:29 ` [EXT] " Manish Rangankar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Colin Ian King @ 2022-03-19 23:14 UTC (permalink / raw)
  To: Nilesh Javali, Manish Rangankar, GR-QLogic-Storage-Upstream,
	James E . J . Bottomley, Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel

There are a few spelling mistakes in some error messages. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/scsi/bnx2i/bnx2i_hwi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/bnx2i/bnx2i_hwi.c b/drivers/scsi/bnx2i/bnx2i_hwi.c
index 5521469ce678..7fe7f53a41c0 100644
--- a/drivers/scsi/bnx2i/bnx2i_hwi.c
+++ b/drivers/scsi/bnx2i/bnx2i_hwi.c
@@ -2398,7 +2398,7 @@ static void bnx2i_process_conn_destroy_cmpl(struct bnx2i_hba *hba,
 	}
 
 	if (hba != ep->hba) {
-		printk(KERN_ALERT "conn destroy- error hba mis-match\n");
+		printk(KERN_ALERT "conn destroy- error hba mismatch\n");
 		return;
 	}
 
@@ -2432,7 +2432,7 @@ static void bnx2i_process_ofld_cmpl(struct bnx2i_hba *hba,
 	}
 
 	if (hba != ep->hba) {
-		printk(KERN_ALERT "ofld_cmpl: error hba mis-match\n");
+		printk(KERN_ALERT "ofld_cmpl: error hba mismatch\n");
 		return;
 	}
 
-- 
2.35.1


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

* RE: [EXT] [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"
  2022-03-19 23:14 [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch" Colin Ian King
@ 2022-03-28 16:29 ` Manish Rangankar
  2022-03-30  4:07 ` Martin K. Petersen
  2022-04-07 13:35 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Manish Rangankar @ 2022-03-28 16:29 UTC (permalink / raw)
  To: Colin Ian King, Nilesh Javali, GR-QLogic-Storage-Upstream,
	James E . J . Bottomley, Martin K . Petersen, linux-scsi
  Cc: kernel-janitors, linux-kernel



> -----Original Message-----
> From: Colin Ian King <colin.i.king@gmail.com>
> Sent: Sunday, March 20, 2022 4:45 AM
> To: Nilesh Javali <njavali@marvell.com>; Manish Rangankar
> <mrangankar@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
> Cc: kernel-janitors@vger.kernel.org; linux-kernel@vger.kernel.org
> Subject: [EXT] [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" ->
> "mismatch"
> 
> External Email
> 
> ----------------------------------------------------------------------
> There are a few spelling mistakes in some error messages. Fix them.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/scsi/bnx2i/bnx2i_hwi.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/scsi/bnx2i/bnx2i_hwi.c b/drivers/scsi/bnx2i/bnx2i_hwi.c index
> 5521469ce678..7fe7f53a41c0 100644
> --- a/drivers/scsi/bnx2i/bnx2i_hwi.c
> +++ b/drivers/scsi/bnx2i/bnx2i_hwi.c
> @@ -2398,7 +2398,7 @@ static void bnx2i_process_conn_destroy_cmpl(struct
> bnx2i_hba *hba,
>  	}
> 
>  	if (hba != ep->hba) {
> -		printk(KERN_ALERT "conn destroy- error hba mis-match\n");
> +		printk(KERN_ALERT "conn destroy- error hba mismatch\n");
>  		return;
>  	}
> 
> @@ -2432,7 +2432,7 @@ static void bnx2i_process_ofld_cmpl(struct bnx2i_hba
> *hba,
>  	}
> 
>  	if (hba != ep->hba) {
> -		printk(KERN_ALERT "ofld_cmpl: error hba mis-match\n");
> +		printk(KERN_ALERT "ofld_cmpl: error hba mismatch\n");
>  		return;
>  	}
> 
> --
> 2.35.1

Thanks,
Acked-by: Manish Rangankar <mrangankar@marvell.com>

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

* Re: [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"
  2022-03-19 23:14 [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch" Colin Ian King
  2022-03-28 16:29 ` [EXT] " Manish Rangankar
@ 2022-03-30  4:07 ` Martin K. Petersen
  2022-04-07 13:35 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2022-03-30  4:07 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Nilesh Javali, Manish Rangankar, GR-QLogic-Storage-Upstream,
	James E . J . Bottomley, Martin K . Petersen, linux-scsi,
	kernel-janitors, linux-kernel


Colin,

> There are a few spelling mistakes in some error messages. Fix them.

Applied to 5.18/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"
  2022-03-19 23:14 [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch" Colin Ian King
  2022-03-28 16:29 ` [EXT] " Manish Rangankar
  2022-03-30  4:07 ` Martin K. Petersen
@ 2022-04-07 13:35 ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2022-04-07 13:35 UTC (permalink / raw)
  To: linux-scsi; +Cc: Martin K . Petersen

On Sat, 19 Mar 2022 23:14:45 +0000, Colin Ian King wrote:

> There are a few spelling mistakes in some error messages. Fix them.
> 
> 

Applied to 5.18/scsi-fixes, thanks!

[1/1] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"
      https://git.kernel.org/mkp/scsi/c/a6b758b0420b

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2022-04-07 13:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19 23:14 [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch" Colin Ian King
2022-03-28 16:29 ` [EXT] " Manish Rangankar
2022-03-30  4:07 ` Martin K. Petersen
2022-04-07 13:35 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.