linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lpfc: fix spelling mistake "Cant" -> "Can't"
@ 2020-08-10 10:12 Colin King
  2020-08-31 17:41 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-08-10 10:12 UTC (permalink / raw)
  To: James Smart, Dick Kennedy, James E . J . Bottomley, linux-scsi
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/lpfc/lpfc_debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
index ae0a8252128c..d6c07eeedd69 100644
--- a/drivers/scsi/lpfc/lpfc_debugfs.c
+++ b/drivers/scsi/lpfc/lpfc_debugfs.c
@@ -5944,7 +5944,7 @@ lpfc_debugfs_initialize(struct lpfc_vport *vport)
 					    phba, &lpfc_debugfs_op_lockstat);
 		if (!phba->debug_lockstat) {
 			lpfc_printf_vlog(vport, KERN_ERR, LOG_INIT,
-					 "4610 Cant create debugfs lockstat\n");
+					 "4610 Can't create debugfs lockstat\n");
 			goto debug_failed;
 		}
 #endif
-- 
2.27.0


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

* Re: [PATCH] lpfc: fix spelling mistake "Cant" -> "Can't"
  2020-08-10 10:12 [PATCH] lpfc: fix spelling mistake "Cant" -> "Can't" Colin King
@ 2020-08-31 17:41 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2020-08-31 17:41 UTC (permalink / raw)
  To: Colin King, James E . J . Bottomley, linux-scsi, Dick Kennedy,
	James Smart
  Cc: Martin K . Petersen, kernel-janitors, linux-kernel

On Mon, 10 Aug 2020 11:12:38 +0100, Colin King wrote:

> There is a spelling mistake in an error message. Fix it.

Applied to 5.10/scsi-queue, thanks!

[1/1] scsi: lpfc: Fix spelling mistake "Cant" -> "Can't"
      https://git.kernel.org/mkp/scsi/c/a9b83986fd6e

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2020-08-31 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10 10:12 [PATCH] lpfc: fix spelling mistake "Cant" -> "Can't" Colin King
2020-08-31 17:41 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).