From: Colin Ian King Date: Wed, 12 Apr 2017 14:12:35 +0000 (+0100) Subject: scsi: snic: fix spelling mistake: "Cann't" -> "Cannot" X-Git-Tag: v4.12-rc1~99^2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d4bd8fea472e6bd2c7ff031cd8952f85d7b0bb0;p=thirdparty%2Flinux.git scsi: snic: fix spelling mistake: "Cann't" -> "Cannot" Trivial fix to spelling mistake in SNIC_ERR error message text, one cannot have "Cann't". Signed-off-by: Colin Ian King Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/snic/snic_debugfs.c b/drivers/scsi/snic/snic_debugfs.c index d30280326bde0..269ddf791a73f 100644 --- a/drivers/scsi/snic/snic_debugfs.c +++ b/drivers/scsi/snic/snic_debugfs.c @@ -548,7 +548,7 @@ snic_trc_debugfs_init(void) &snic_trc_fops); if (!de) { - SNIC_ERR("Cann't create trace file.\n"); + SNIC_ERR("Cannot create trace file.\n"); return ret; }