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-Url: https://git.stricted.de/?a=commitdiff_plain;h=0d4bd8fea472e6bd2c7ff031cd8952f85d7b0bb0;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 d30280326bde..269ddf791a73 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; }