scsi: lpfc: Fix spelling mistake "Cant" -> "Can't"
authorColin Ian King <colin.king@canonical.com>
Mon, 10 Aug 2020 10:12:38 +0000 (11:12 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 25 Aug 2020 03:11:48 +0000 (23:11 -0400)
There is a spelling mistake in an error message. Fix it.

Link: https://lore.kernel.org/r/20200810101238.61787-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_debugfs.c

index ae0a825..d6c07ee 100644 (file)
@@ -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