All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"
@ 2022-03-19 23:11 Colin Ian King
  2022-03-30  4:06 ` Martin K. Petersen
  2022-04-07 13:35 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-03-19 23:11 UTC (permalink / raw)
  To: Saurav Kashyap, Javed Hasan, 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/bnx2fc/bnx2fc_hwi.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/bnx2fc/bnx2fc_hwi.c b/drivers/scsi/bnx2fc/bnx2fc_hwi.c
index 0103f811cc25..776544385598 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_hwi.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_hwi.c
@@ -1169,7 +1169,7 @@ static void bnx2fc_process_ofld_cmpl(struct bnx2fc_hba *hba,
 		ofld_kcqe->fcoe_conn_context_id);
 	interface = tgt->port->priv;
 	if (hba != interface->hba) {
-		printk(KERN_ERR PFX "ERROR:ofld_cmpl: HBA mis-match\n");
+		printk(KERN_ERR PFX "ERROR:ofld_cmpl: HBA mismatch\n");
 		goto ofld_cmpl_err;
 	}
 	/*
@@ -1226,12 +1226,12 @@ static void bnx2fc_process_enable_conn_cmpl(struct bnx2fc_hba *hba,
 	 * and enable
 	 */
 	if (tgt->context_id != context_id) {
-		printk(KERN_ERR PFX "context id mis-match\n");
+		printk(KERN_ERR PFX "context id mismatch\n");
 		return;
 	}
 	interface = tgt->port->priv;
 	if (hba != interface->hba) {
-		printk(KERN_ERR PFX "bnx2fc-enbl_cmpl: HBA mis-match\n");
+		printk(KERN_ERR PFX "bnx2fc-enbl_cmpl: HBA mismatch\n");
 		goto enbl_cmpl_err;
 	}
 	if (!ofld_kcqe->completion_status)
-- 
2.35.1


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

* Re: [PATCH] scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"
  2022-03-19 23:11 [PATCH] scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch" Colin Ian King
@ 2022-03-30  4:06 ` Martin K. Petersen
  2022-04-07 13:35 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2022-03-30  4:06 UTC (permalink / raw)
  To: Colin Ian King
  Cc: Saurav Kashyap, Javed Hasan, 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] 3+ messages in thread

* Re: [PATCH] scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"
  2022-03-19 23:11 [PATCH] scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch" Colin Ian King
  2022-03-30  4:06 ` Martin K. Petersen
@ 2022-04-07 13:35 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2022-04-07 13:35 UTC (permalink / raw)
  To: linux-scsi; +Cc: Martin K . Petersen, linux-kernel, kernel-janitors

On Sat, 19 Mar 2022 23:11:22 +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: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"
      https://git.kernel.org/mkp/scsi/c/7ff897b2a595

-- 
Martin K. Petersen	Oracle Linux Engineering

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-19 23:11 [PATCH] scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch" Colin Ian King
2022-03-30  4:06 ` 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.