diff mbox series

lpfc: fix spelling mistake "Cant" -> "Can't"

Message ID 20200810101238.61787-1-colin.king@canonical.com (mailing list archive)
State Accepted
Headers show
Series lpfc: fix spelling mistake "Cant" -> "Can't" | expand

Commit Message

Colin King Aug. 10, 2020, 10:12 a.m. UTC
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(-)

Comments

Martin K. Petersen Aug. 31, 2020, 5:41 p.m. UTC | #1
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
diff mbox series

Patch

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