* [PATCH 1/1] scripts/spelling.txt: Adding misspelled word for check.
@ 2015-06-26 4:13 Maninder Singh
2015-06-26 17:37 ` Kees Cook
0 siblings, 1 reply; 4+ messages in thread
From: Maninder Singh @ 2015-06-26 4:13 UTC (permalink / raw)
To: akpm, keescook, jani.nikula, joe, linux-kernel; +Cc: pankaj.m, Maninder Singh
misspelled words for check:-
chcek
chck
cehck
I myself did these spell mistakes in changelog for patches,
Thus suggesting to add in spelling.txt, so that checkpatch.pl
warns it earlier.
References:-
./arch/powerpc/kernel/exceptions-64e.S:456: . . . make sure you chcek
https://lkml.org/lkml/2015/6/25/289
./arch/x86/mm/pageattr.c:1368: * No need to cehck in that case
Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
---
scripts/spelling.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index bb8e4d0..958d054 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -187,6 +187,7 @@ capatibilities||capabilities
carefuly||carefully
cariage||carriage
catagory||category
+cehck||check
challange||challenge
challanges||challenges
chanell||channel
@@ -199,6 +200,8 @@ charactor||character
charater||character
charaters||characters
charcter||character
+chcek||check
+chck||check
checksuming||checksumming
childern||children
childs||children
--
1.7.9.5
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] scripts/spelling.txt: Adding misspelled word for check.
2015-06-26 4:13 [PATCH 1/1] scripts/spelling.txt: Adding misspelled word for check Maninder Singh
@ 2015-06-26 17:37 ` Kees Cook
2015-07-09 22:38 ` Andrew Morton
0 siblings, 1 reply; 4+ messages in thread
From: Kees Cook @ 2015-06-26 17:37 UTC (permalink / raw)
To: Maninder Singh; +Cc: Andrew Morton, Jani Nikula, Joe Perches, LKML, pankaj.m
On Thu, Jun 25, 2015 at 9:13 PM, Maninder Singh <maninder1.s@samsung.com> wrote:
> misspelled words for check:-
> chcek
> chck
> cehck
>
> I myself did these spell mistakes in changelog for patches,
> Thus suggesting to add in spelling.txt, so that checkpatch.pl
> warns it earlier.
> References:-
>
> ./arch/powerpc/kernel/exceptions-64e.S:456: . . . make sure you chcek
> https://lkml.org/lkml/2015/6/25/289
> ./arch/x86/mm/pageattr.c:1368: * No need to cehck in that case
>
> Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
Thanks! These aren't very common, but there aren't any false positives. :)
Acked-by: Kees Cook <keescook@chromium.org>
-Kees
> ---
> scripts/spelling.txt | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/scripts/spelling.txt b/scripts/spelling.txt
> index bb8e4d0..958d054 100644
> --- a/scripts/spelling.txt
> +++ b/scripts/spelling.txt
> @@ -187,6 +187,7 @@ capatibilities||capabilities
> carefuly||carefully
> cariage||carriage
> catagory||category
> +cehck||check
> challange||challenge
> challanges||challenges
> chanell||channel
> @@ -199,6 +200,8 @@ charactor||character
> charater||character
> charaters||characters
> charcter||character
> +chcek||check
> +chck||check
> checksuming||checksumming
> childern||children
> childs||children
> --
> 1.7.9.5
>
--
Kees Cook
Chrome OS Security
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] scripts/spelling.txt: Adding misspelled word for check.
2015-06-26 17:37 ` Kees Cook
@ 2015-07-09 22:38 ` Andrew Morton
2015-07-09 22:47 ` Kees Cook
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2015-07-09 22:38 UTC (permalink / raw)
To: Kees Cook; +Cc: Maninder Singh, Jani Nikula, Joe Perches, LKML, pankaj.m
On Fri, 26 Jun 2015 10:37:26 -0700 Kees Cook <keescook@chromium.org> wrote:
> On Thu, Jun 25, 2015 at 9:13 PM, Maninder Singh <maninder1.s@samsung.com> wrote:
> > misspelled words for check:-
> > chcek
> > chck
> > cehck
> >
> > I myself did these spell mistakes in changelog for patches,
> > Thus suggesting to add in spelling.txt, so that checkpatch.pl
> > warns it earlier.
> > References:-
> >
> > ./arch/powerpc/kernel/exceptions-64e.S:456: . . . make sure you chcek
> > https://lkml.org/lkml/2015/6/25/289
> > ./arch/x86/mm/pageattr.c:1368: * No need to cehck in that case
> >
> > Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
>
> Thanks! These aren't very common, but there aren't any false positives. :)
>
> Acked-by: Kees Cook <keescook@chromium.org>
Well I'm going to sneak this in there to.
From: Andrew Morton <akpm@linux-foundation.org>
Subject: scripts-spellingtxt-adding-misspelled-word-for-check-fix
add whcih->which, whcih I always get wrong
Cc: Kees Cook <keescook@chromium.org>
Cc: Maninder Singh <maninder1.s@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
scripts/spelling.txt | 1 +
1 file changed, 1 insertion(+)
diff -puN scripts/spelling.txt~scripts-spellingtxt-adding-misspelled-word-for-check-fix scripts/spelling.txt
--- a/scripts/spelling.txt~scripts-spellingtxt-adding-misspelled-word-for-check-fix
+++ a/scripts/spelling.txt
@@ -1031,6 +1031,7 @@ visiters||visitors
vitual||virtual
wating||waiting
whataver||whatever
+whcih||which
whenver||whenever
wheter||whether
whe||when
_
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] scripts/spelling.txt: Adding misspelled word for check.
2015-07-09 22:38 ` Andrew Morton
@ 2015-07-09 22:47 ` Kees Cook
0 siblings, 0 replies; 4+ messages in thread
From: Kees Cook @ 2015-07-09 22:47 UTC (permalink / raw)
To: Andrew Morton; +Cc: Maninder Singh, Jani Nikula, Joe Perches, LKML, pankaj.m
On Thu, Jul 9, 2015 at 3:38 PM, Andrew Morton <akpm@linux-foundation.org> wrote:
> On Fri, 26 Jun 2015 10:37:26 -0700 Kees Cook <keescook@chromium.org> wrote:
>
>> On Thu, Jun 25, 2015 at 9:13 PM, Maninder Singh <maninder1.s@samsung.com> wrote:
>> > misspelled words for check:-
>> > chcek
>> > chck
>> > cehck
>> >
>> > I myself did these spell mistakes in changelog for patches,
>> > Thus suggesting to add in spelling.txt, so that checkpatch.pl
>> > warns it earlier.
>> > References:-
>> >
>> > ./arch/powerpc/kernel/exceptions-64e.S:456: . . . make sure you chcek
>> > https://lkml.org/lkml/2015/6/25/289
>> > ./arch/x86/mm/pageattr.c:1368: * No need to cehck in that case
>> >
>> > Signed-off-by: Maninder Singh <maninder1.s@samsung.com>
>>
>> Thanks! These aren't very common, but there aren't any false positives. :)
>>
>> Acked-by: Kees Cook <keescook@chromium.org>
>
> Well I'm going to sneak this in there to.
>
>
> From: Andrew Morton <akpm@linux-foundation.org>
> Subject: scripts-spellingtxt-adding-misspelled-word-for-check-fix
>
> add whcih->which, whcih I always get wrong
Hehe. :) Perfect!
Acked-by: Kees Cook <keescook@chromium.org>
-Kees
>
> Cc: Kees Cook <keescook@chromium.org>
> Cc: Maninder Singh <maninder1.s@samsung.com>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
>
> scripts/spelling.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff -puN scripts/spelling.txt~scripts-spellingtxt-adding-misspelled-word-for-check-fix scripts/spelling.txt
> --- a/scripts/spelling.txt~scripts-spellingtxt-adding-misspelled-word-for-check-fix
> +++ a/scripts/spelling.txt
> @@ -1031,6 +1031,7 @@ visiters||visitors
> vitual||virtual
> wating||waiting
> whataver||whatever
> +whcih||which
> whenver||whenever
> wheter||whether
> whe||when
> _
>
--
Kees Cook
Chrome OS Security
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-09 22:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-26 4:13 [PATCH 1/1] scripts/spelling.txt: Adding misspelled word for check Maninder Singh
2015-06-26 17:37 ` Kees Cook
2015-07-09 22:38 ` Andrew Morton
2015-07-09 22:47 ` Kees Cook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®