Commit a9b83986 authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen
Browse files

scsi: lpfc: Fix spelling mistake "Cant" -> "Can't"

parent 29779a22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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