[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <09146e67a7227a44e0cab612ea3c02e1bb5bb40b.camel@perches.com>
Date: Mon, 21 May 2018 02:35:16 -0700
From: Joe Perches <joe@...ches.com>
To: Joel Fernandes <joel@...lfernandes.org>,
Randy Dunlap <rdunlap@...radead.org>,
Colin King <colin.king@...onical.com>
Cc: Joel Fernandes <joelaf@...gle.com>, linux-kernel@...r.kernel.org,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
Josh Triplett <josh@...htriplett.org>,
Steven Rostedt <rostedt@...dmis.org>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Lai Jiangshan <jiangshanlai@...il.com>, byungchul.park@....com,
kernel-team@...roid.com
Subject: Re: [PATCH v3 1/4] rcu: Add comment documenting how rcu_seq_snap
works
On Sun, 2018-05-20 at 22:48 -0700, Joel Fernandes wrote:
> Also I realize I need some better automated tools to catch these issues
> (spelling errors in commit, diffs etc). Probably checkpatch.pl should
> have such checks for these common things too.
checkpatch already does typo checking using the input file
scripts/spelling.txt.
You are welcome to add more typos to that file.
and fyi: 'incase||in case' is not there, perhaps because
it is a alternate spelling of encase, but it does seem
every use of "incase" in the kernel should be "in case"
$ git grep -w -i incase | wc -l
43
Powered by blists - more mailing lists