All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kees Cook <keescook@chromium.org>
To: Jinbum Park <jinb.park7@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Masahiro Yamada <yamada.masahiro@socionext.com>,
	Colin King <colin.king@canonical.com>,
	Joe Perches <joe@perches.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] scripts/spelling.txt: add some typo-words
Date: Thu, 12 Jan 2017 10:57:03 -0800	[thread overview]
Message-ID: <CAGXu5jLXSOdJMkQ56rpW2SMVZe3RNLpzH6qPwq_mL2ixjakWYA@mail.gmail.com> (raw)
In-Reply-To: <20170112113452.GA7042@pjb1027-Latitude-E5410>

On Thu, Jan 12, 2017 at 3:34 AM, Jinbum Park <jinb.park7@gmail.com> wrote:
> I wrote a simple script to find new typo not in spelling.txt.
> (https://github.com/jinb-park/find-linux-kernel-typo)
>
> and get following result:
>
>         [ rank ]
>         63 paramaters
>         18 alignement
>         9 strucuture
>         ....
>
> The number means how many files include the typo.
> This patch adds these common typo.
>
> Signed-off-by: Jinbum Park <jinb.park7@gmail.com>

Sounds good to me!

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 417ede8..201d0ed 100644
> --- a/scripts/spelling.txt
> +++ b/scripts/spelling.txt
> @@ -74,6 +74,7 @@ algoritms||algorithms
>  algorrithm||algorithm
>  algorritm||algorithm
>  aligment||alignment
> +alignement||alignment
>  allign||align
>  allocatrd||allocated
>  allocte||allocate
> @@ -752,6 +753,7 @@ pakage||package
>  pallette||palette
>  paln||plan
>  paramameters||parameters
> +paramaters||parameters
>  paramater||parameter
>  parametes||parameters
>  parametised||parametrised
> @@ -996,6 +998,7 @@ straming||streaming
>  struc||struct
>  structres||structures
>  stuct||struct
> +strucuture||structure
>  stucture||structure
>  sturcture||structure
>  subdirectoires||subdirectories
> --
> 1.9.1
>



-- 
Kees Cook
Nexus Security

      reply	other threads:[~2017-01-12 19:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12 11:34 [PATCH] scripts/spelling.txt: add some typo-words Jinbum Park
2017-01-12 18:57 ` Kees Cook [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGXu5jLXSOdJMkQ56rpW2SMVZe3RNLpzH6qPwq_mL2ixjakWYA@mail.gmail.com \
    --to=keescook@chromium.org \
    --cc=akpm@linux-foundation.org \
    --cc=colin.king@canonical.com \
    --cc=jinb.park7@gmail.com \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.