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


Groups > linux.kernel > #1631019

[PATCH] qla4xxx: fix spelling mistake: "Tempalate" -> "Template"

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] qla4xxx: fix spelling mistake: "Tempalate" -> "Template"
Date 2017-04-25 23:40 +0200
Message-ID <tAglJ-1EE-31@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 DEBUG2 debug message

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

diff --git a/drivers/scsi/qla4xxx/ql4_init.c b/drivers/scsi/qla4xxx/ql4_init.c
index 4180d6d9fe78..5d6d158bbfd6 100644
--- a/drivers/scsi/qla4xxx/ql4_init.c
+++ b/drivers/scsi/qla4xxx/ql4_init.c
@@ -389,7 +389,7 @@ void qla4xxx_alloc_fw_dump(struct scsi_qla_host *ha)
 		goto alloc_cleanup;
 
 	DEBUG2(ql4_printk(KERN_INFO, ha,
-			  "Minidump Tempalate Size = 0x%x KB\n",
+			  "Minidump Template Size = 0x%x KB\n",
 			  ha->fw_dump_tmplt_size));
 	DEBUG2(ql4_printk(KERN_INFO, ha,
 			  "Total Minidump size = 0x%x KB\n", ha->fw_dump_size));
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] qla4xxx: fix spelling mistake: "Tempalate" -> "Template" Colin King <colin.king@canonical.com> - 2017-04-25 23:40 +0200
  Re: [PATCH] qla4xxx: fix spelling mistake: "Tempalate" -> "Template" "Rangankar, Manish" <Manish.Rangankar@cavium.com> - 2017-04-26 06:40 +0200
  Re: [PATCH] qla4xxx: fix spelling mistake: "Tempalate" -> "Template" "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-04-27 00:40 +0200

csiph-web