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


Groups > linux.kernel > #1631019 > unrolled thread

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

Started byColin King <colin.king@canonical.com>
First post2017-04-25 23:40 +0200
Last post2017-04-27 00:40 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [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

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

FromColin King <colin.king@canonical.com>
Date2017-04-25 23:40 +0200
Subject[PATCH] qla4xxx: fix spelling mistake: "Tempalate" -> "Template"
Message-ID<tAglJ-1EE-31@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1631138

From"Rangankar, Manish" <Manish.Rangankar@cavium.com>
Date2017-04-26 06:40 +0200
Message-ID<tAmU9-5O3-1@gated-at.bofh.it>
In reply to#1631019
On 26/04/17 3:07 AM, "Colin King" <colin.king@canonical.com> wrote:

>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

Acked-by: Manish Rangankar <Manish.Rangankar@cavium.com>

[toc] | [prev] | [next] | [standalone]


#1631769

From"Martin K. Petersen" <martin.petersen@oracle.com>
Date2017-04-27 00:40 +0200
Message-ID<tADLj-eg-3@gated-at.bofh.it>
In reply to#1631019
Colin,

> trivial fix to spelling mistake in DEBUG2 debug message

Applied to 4.12/scsi-queue.

-- 
Martin K. Petersen	Oracle Linux Engineering

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web