2022-03-21 17:57:32

by Colin Ian King

[permalink] [raw]
Subject: [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"

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

Signed-off-by: Colin Ian King <[email protected]>
---
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


2022-03-28 21:16:38

by Manish Rangankar

[permalink] [raw]
Subject: RE: [EXT] [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"



> -----Original Message-----
> From: Colin Ian King <[email protected]>
> Sent: Sunday, March 20, 2022 4:45 AM
> To: Nilesh Javali <[email protected]>; Manish Rangankar
> <[email protected]>; GR-QLogic-Storage-Upstream <GR-QLogic-
> [email protected]>; James E . J . Bottomley
> <[email protected]>; Martin K . Petersen <[email protected]>;
> [email protected]
> Cc: [email protected]; [email protected]
> 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 <[email protected]>
> ---
> 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 <[email protected]>

2022-03-30 19:11:06

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"


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