All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: Randy Dunlap <rdunlap@infradead.org>,
	Kees Cook <keescook@chromium.org>,
	Zhao Lei <zhaolei@cn.fujitsu.com>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/31] scripts/spelling.txt: add more patterns with actual typo fixes
Date: Mon, 12 Dec 2016 12:24:24 -0800	[thread overview]
Message-ID: <1481574264.1764.37.camel@perches.com> (raw)
In-Reply-To: <1481573103-11329-1-git-send-email-yamada.masahiro@socionext.com>

On Tue, 2016-12-13 at 05:04 +0900, Masahiro Yamada wrote:
> This series fixes typos that
> 
>   - have no entry in scripts/spelling.txt
>   - have 2 or more typo instances in the kernel tree
> 
> This series can be cleanly applied to linux-next 20161212.
> 
> Stephen Rothwell announced that new patches should not
> be applied until v4.10-rc1 is out.
> (https://lkml.org/lkml/2016/12/11/103)
> 
> So, this series will be stable during the merge window.
> 
> If this series looks good, I am hoping it will be
> merged during this merge window.
> 
> Anyway, please review.

This all seems correct, thanks, and it's really
good you updated spelling.txt too.

> Masahiro Yamada (31):
>   scripts/spelling.txt: add "an user" pattern and fix typo instances

I'm a bit surprised that works in checkpatch, but
reading the code, it seems to.
(as I awkwardly pat myself on the back)

codespell doesn't support this as far as I know.

      parent reply	other threads:[~2016-12-12 20:24 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-12 20:04 [PATCH 00/31] scripts/spelling.txt: add more patterns with actual typo fixes Masahiro Yamada
2016-12-12 20:04 ` [PATCH 01/31] scripts/spelling.txt: add "swith" pattern and fix typo instances Masahiro Yamada
2016-12-12 20:04 ` [PATCH 02/31] scripts/spelling.txt: add "swithc" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 03/31] scripts/spelling.txt: add "an user" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 04/31] scripts/spelling.txt: add "an union" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 05/31] scripts/spelling.txt: add "an one" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 06/31] scripts/spelling.txt: add "partiton" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 07/31] scripts/spelling.txt: add "aligment" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 08/31] scripts/spelling.txt: add "algined" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 09/31] scripts/spelling.txt: add "efective" " Masahiro Yamada
2016-12-13 11:22   ` Geert Uytterhoeven
2016-12-12 20:04 ` [PATCH 10/31] scripts/spelling.txt: add "varible" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 11/31] scripts/spelling.txt: add "embeded" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 12/31] scripts/spelling.txt: add "againt" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 13/31] scripts/spelling.txt: add "neded" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 14/31] scripts/spelling.txt: add "unneded" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 15/31] scripts/spelling.txt: add "intialization" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 16/31] scripts/spelling.txt: add "initialiazation" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 17/31] scripts/spelling.txt: add "intialise(d)" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 18/31] scripts/spelling.txt: add "comsume(r)" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 19/31] scripts/spelling.txt: add "disble(d)" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 20/31] scripts/spelling.txt: add "overide" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 21/31] scripts/spelling.txt: add "overrided" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 22/31] scripts/spelling.txt: add "configuartion" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 23/31] scripts/spelling.txt: add "applys" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 24/31] scripts/spelling.txt: add "explictely" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 25/31] scripts/spelling.txt: add "omited" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 26/31] scripts/spelling.txt: add "disassocation" " Masahiro Yamada
2016-12-12 20:04 ` [PATCH 27/31] scripts/spelling.txt: add "deintialize(d)" " Masahiro Yamada
2016-12-12 20:05 ` [PATCH 28/31] scripts/spelling.txt: add "overwritting" " Masahiro Yamada
2016-12-12 20:05 ` [PATCH 29/31] scripts/spelling.txt: add "overwriten" " Masahiro Yamada
2016-12-12 20:05 ` [PATCH 30/31] scripts/spelling.txt: add "therfore" " Masahiro Yamada
2016-12-12 20:05 ` [PATCH 31/31] scripts/spelling.txt: add "followings" " Masahiro Yamada
2016-12-12 20:14 ` [PATCH 00/31] scripts/spelling.txt: add more patterns with actual typo fixes Kees Cook
2016-12-12 20:24 ` Joe Perches [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=1481574264.1764.37.camel@perches.com \
    --to=joe@perches.com \
    --cc=akpm@linux-foundation.org \
    --cc=geert@linux-m68k.org \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=yamada.masahiro@socionext.com \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    --cc=zhaolei@cn.fujitsu.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.