[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CO6PR18MB4419F24DDD5B381B751725DFD81D9@CO6PR18MB4419.namprd18.prod.outlook.com>
Date: Mon, 28 Mar 2022 16:29:32 +0000
From: Manish Rangankar <mrangankar@...vell.com>
To: Colin Ian King <colin.i.king@...il.com>,
Nilesh Javali <njavali@...vell.com>,
GR-QLogic-Storage-Upstream <GR-QLogic-Storage-Upstream@...vell.com>,
"James E . J . Bottomley" <jejb@...ux.ibm.com>,
"Martin K . Petersen" <martin.petersen@...cle.com>,
"linux-scsi@...r.kernel.org" <linux-scsi@...r.kernel.org>
CC: "kernel-janitors@...r.kernel.org" <kernel-janitors@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [EXT] [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" ->
"mismatch"
> -----Original Message-----
> From: Colin Ian King <colin.i.king@...il.com>
> Sent: Sunday, March 20, 2022 4:45 AM
> To: Nilesh Javali <njavali@...vell.com>; Manish Rangankar
> <mrangankar@...vell.com>; GR-QLogic-Storage-Upstream <GR-QLogic-
> Storage-Upstream@...vell.com>; James E . J . Bottomley
> <jejb@...ux.ibm.com>; Martin K . Petersen <martin.petersen@...cle.com>;
> linux-scsi@...r.kernel.org
> Cc: kernel-janitors@...r.kernel.org; linux-kernel@...r.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@...il.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@...vell.com>
Powered by blists - more mailing lists