Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1622169

[PATCH] snic: fix spelling mistake: "Cann't" -> "Cannot"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] snic: fix spelling mistake: "Cann't" -> "Cannot"
Date 2017-04-12 16:20 +0200
Message-ID <tvrhM-5ul-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in SNIC_ERR error message text,
one cannot have "Cann't".

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/snic/snic_debugfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 	}
-- 
2.11.0

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH] snic: fix spelling mistake: "Cann't" -> "Cannot" Colin King <colin.king@canonical.com> - 2017-04-12 16:20 +0200

csiph-web