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


Groups > linux.kernel > #1651287 > unrolled thread

[PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries"

Started byColin King <colin.king@canonical.com>
First post2017-05-26 12:20 +0200
Last post2017-06-01 16:50 +0200
Articles 5 — 5 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries" Colin King <colin.king@canonical.com> - 2017-05-26 12:20 +0200
    Re: [PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries" James Smart <james.smart@broadcom.com> - 2017-05-30 01:10 +0200
    Re: [PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries" "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-06-01 05:00 +0200
    Re: [PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries" Dan Carpenter <dan.carpenter@oracle.com> - 2017-06-01 16:40 +0200
      Re: [PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries" Colin Ian King <colin.king@canonical.com> - 2017-06-01 16:50 +0200

#1651287 — [PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries"

FromColin King <colin.king@canonical.com>
Date2017-05-26 12:20 +0200
Subject[PATCH] scsi: lpfc: fix spelling mistake "entrys" -> "entries"
Message-ID<tLkvD-4BA-5@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in debugfs message

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

diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
index 4bcb92c844ca..efd8a17ac2e5 100644
--- a/drivers/scsi/lpfc/lpfc_debugfs.c
+++ b/drivers/scsi/lpfc/lpfc_debugfs.c
@@ -323,7 +323,7 @@ lpfc_debugfs_hbqinfo_data(struct lpfc_hba *phba, char *buf, int size)
 	raw_index = phba->hbq_get[i];
 	getidx = le32_to_cpu(raw_index);
 	len +=  snprintf(buf+len, size-len,
-		"entrys:%d bufcnt:%d Put:%d nPut:%d localGet:%d hbaGet:%d\n",
+		"entries:%d bufcnt:%d Put:%d nPut:%d localGet:%d hbaGet:%d\n",
 		hbqs->entry_count, hbqs->buffer_count, hbqs->hbqPutIdx,
 		hbqs->next_hbqPutIdx, hbqs->local_hbqGetIdx, getidx);
 
-- 
2.11.0

[toc] | [next] | [standalone]


#1652741

FromJames Smart <james.smart@broadcom.com>
Date2017-05-30 01:10 +0200
Message-ID<tMBXr-72G-7@gated-at.bofh.it>
In reply to#1651287
it's good :)

Signed-off-by: James Smart <james.smart@broadcom.com>

-- james


On 5/26/2017 3:11 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in debugfs message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
>

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


#1654768

From"Martin K. Petersen" <martin.petersen@oracle.com>
Date2017-06-01 05:00 +0200
Message-ID<tNov7-59b-1@gated-at.bofh.it>
In reply to#1651287
Colin,

> Trivial fix to spelling mistake in debugfs message

Applied to 4.13/scsi-queue. Thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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


#1655189

FromDan Carpenter <dan.carpenter@oracle.com>
Date2017-06-01 16:40 +0200
Message-ID<tNzqx-3Jw-1@gated-at.bofh.it>
In reply to#1651287
On Fri, May 26, 2017 at 11:11:37AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in debugfs message
> 

Are you using a tool to find all these spelling mistakes?

regards,
dan carpenter

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


#1655207

FromColin Ian King <colin.king@canonical.com>
Date2017-06-01 16:50 +0200
Message-ID<tNzAd-3MT-15@gated-at.bofh.it>
In reply to#1655189
On 01/06/17 15:35, Dan Carpenter wrote:
> On Fri, May 26, 2017 at 11:11:37AM +0100, Colin King wrote:
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Trivial fix to spelling mistake in debugfs message
>>
> 
> Are you using a tool to find all these spelling mistakes?

Yep, I'm using kernelscan [1]

kernelscan -c path-to-kernel-source

I run this daily and diff the latest with the previous results. It uses
the dictionary from "spell". It's been hand optimized to be rather fast.

[1] https://github.com/ColinIanKing/kernelscan

> 
> regards,
> dan carpenter
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web