All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manish Rangankar <mrangankar@marvell.com>
To: Colin Ian King <colin.i.king@gmail.com>,
	Nilesh Javali <njavali@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-scsi@vger.kernel.org>
Cc: "kernel-janitors@vger.kernel.org"
	<kernel-janitors@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [EXT] [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"
Date: Mon, 28 Mar 2022 16:29:32 +0000	[thread overview]
Message-ID: <CO6PR18MB4419F24DDD5B381B751725DFD81D9@CO6PR18MB4419.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20220319231445.21696-1-colin.i.king@gmail.com>



> -----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>

  reply	other threads:[~2022-03-28 16:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-19 23:14 [PATCH] scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch" Colin Ian King
2022-03-28 16:29 ` Manish Rangankar [this message]
2022-03-30  4:07 ` Martin K. Petersen
2022-04-07 13:35 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CO6PR18MB4419F24DDD5B381B751725DFD81D9@CO6PR18MB4419.namprd18.prod.outlook.com \
    --to=mrangankar@marvell.com \
    --cc=GR-QLogic-Storage-Upstream@marvell.com \
    --cc=colin.i.king@gmail.com \
    --cc=jejb@linux.ibm.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=njavali@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.