Colin Ian King
35a609a82c
scripts/spelling.txt: add more spellings to spelling.txt
...
Some of the more common spelling mistakes and typos that I've found while
fixing up spelling mistakes in the kernel over the past couple of
releases.
Link: https://lkml.kernel.org/r/20230427102835.83482-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2023-06-09 17:44:13 -07:00
Luca Ceresoli
1b381f6fe4
scripts/spelling.txt: add "exsits" pattern and fix typo instances
...
Fix typos and add the following to the scripts/spelling.txt:
exsits||exists
Link: https://lkml.kernel.org/r/20230126152205.959277-1-luca.ceresoli@bootlin.com
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2023-02-02 22:50:07 -08:00
Diederik de Haas
e5576ac8c9
scripts/spelling.txt: add more spelling corrections
...
Current Debian lintian tool flagged several (more) spelling errors, so
add them so they can hopefully be prevented in the future.
Link: https://lkml.kernel.org/r/20230122173256.52280-1-didi.debian@cknow.org
Signed-off-by: Diederik de Haas <didi.debian@cknow.org >
Reviewed-by: Randy Dunlap <rdunlap@infradead.org >
Acked-by: Ian Rogers <irogers@google.com >
Cc: Colin Ian King <colin.i.king@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2023-02-02 22:50:06 -08:00
SeongJae Park
dd106111db
scripts/spelling: add a few more typos
...
Add a few more typos that found from real patches[1,2] to 'spelling' file.
[1] https://lore.kernel.org/linux-mm/4bc4ab74-3ccd-f892-b387-d48451463d3c@huawei.com/
[2] https://lore.kernel.org/damon/20221228174621.34868-1-sj@kernel.org/
Link: https://lkml.kernel.org/r/20230104184017.1724-1-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org >
Acked-by: Randy Dunlap <rdunlap@infradead.org >
Cc: Colin Ian King <colin.i.king@gmail.com >
Cc: Drew Fustini <dfustini@baylibre.com >
Cc: Joe Perches <joe@perches.com >
Cc: SeongJae Park <sj@kernel.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2023-02-02 22:50:02 -08:00
Ricardo Ribalda
828dfc0f7b
scripts/spelling.txt: add `permitted'
...
Patch series "spelling: Fix some trivial typos".
Seems like permitted has two t's :), Lets add that to spellings to help
others.
This patch (of 3):
Add another common typo. Noticed when I sent a patch with the typo and
in kvm and of.
[ribalda@chromium.org: fix trivial typo]
Link: https://lkml.kernel.org/r/20221220-permited-v1-2-52ea9857fa61@chromium.org
Link: https://lkml.kernel.org/r/20221220-permited-v1-1-52ea9857fa61@chromium.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org >
Cc: Joel Fernandes (Google) <joel@joelfernandes.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2023-02-02 22:50:01 -08:00
Colin Ian King
7b9cbc7701
scripts/spelling.txt: add more spellings to spelling.txt
...
Some of the more common spelling mistakes and typos that I've found while
fixing up spelling mistakes in the kernel in the past year.
Link: https://lkml.kernel.org/r/20221108110712.114611-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2022-11-18 13:55:09 -08:00
Colin Ian King
2b76e68d72
scripts/spelling.txt: add more spellings to spelling.txt
...
Some of the more common spelling mistakes and typos that I've found
while fixing up spelling mistakes in the kernel in the past four months.
Link: https://lkml.kernel.org/r/20220216152343.105546-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com >
Cc: Joe Perches <joe@perches.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2022-03-22 15:57:00 -07:00
Drew Fustini
9a69f2b0e4
scripts/spelling.txt: add "oveflow"
...
Add typo "oveflow" for "overflow". This typo was found and fixed in
tools/testing/selftests/bpf/prog_tests/btf_dump.c
Link: https://lore.kernel.org/all/20211122070528.837806-1-dfustini@baylibre.com/
Link: https://lkml.kernel.org/r/20211122072302.839102-1-dfustini@baylibre.com
Signed-off-by: Drew Fustini <dfustini@baylibre.com >
Suggested-by: Gustavo A. R. Silva <gustavoars@kernel.org >
Cc: Colin Ian King <colin.king@intel.com >
Cc: Drew Fustini <dfustini@baylibre.com >
Cc: zuoqilin <zuoqilin@yulong.com >
Cc: Tom Saeger <tom.saeger@oracle.com >
Cc: Sven Eckelmann <sven@narfation.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2022-01-15 16:30:24 +02:00
Sven Eckelmann
655edc5267
scripts/spelling.txt: fix "mistake" version of "synchronization"
...
If both "mistake" version and "correction" version are the same, a
warning message is created by checkpatch which is impossible to fix.
But it was noticed that Colan Ian King created a commit e6c0a0889b
("ALSA: aloop: Fix spelling mistake "synchronization" ->
"synchronization"") which suggests that this spelling mistake was fixed
by replacing the word "synchronization" with itself. But the actual
diff shows that the mistake in the code was "sychronization". It is
rather likely that the "mistake" in spelling.txt should have been the
latter.
Link: https://lkml.kernel.org/r/20210926065529.6880-1-sven@narfation.org
Fixes: 2e74c9433ba8 ("scripts/spelling.txt: add more spellings to spelling.txt")
Signed-off-by: Sven Eckelmann <sven@narfation.org >
Reviewed-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-11-06 13:30:32 -07:00
Colin Ian King
baef114759
scripts/spelling.txt: add more spellings to spelling.txt
...
Some of the more common spelling mistakes and typos that I've found
while fixing up spelling mistakes in the kernel in the past few months.
Link: https://lkml.kernel.org/r/20210907072941.7033-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-11-06 13:30:32 -07:00
Colin Ian King
c1c9142004
scripts/spelling.txt: add more spellings to spelling.txt
...
Here are some of the more common spelling mistakes and typos that I've
found while fixing up spelling mistakes in the kernel in the past few
months.
Link: https://lkml.kernel.org/r/20210514093655.8829-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-06-29 10:53:45 -07:00
Drew Fustini
d4e3e52b4d
scripts/spelling.txt: add "overflw"
...
Add typo "overflw" for "overflow". This typo was found and fixed in
drivers/clocksource/timer-pistachio.c.
Link: https://lore.kernel.org/lkml/20210305090315.384547-1-drew@beagleboard.org/
Link: https://lkml.kernel.org/r/20210305095151.388182-1-drew@beagleboard.org
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Suggested-by: Gustavo A. R. Silva <gustavoars@kernel.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-05-07 00:26:34 -07:00
zuoqilin
a4799be537
scripts/spelling.txt: Add "diabled" typo
...
Increase "diabled" spelling error check.
Link: https://lkml.kernel.org/r/20210304070106.2313-1-zuoqilin1@163.com
Signed-off-by: zuoqilin <zuoqilin@yulong.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-05-07 00:26:34 -07:00
Drew Fustini
702850a45a
scripts/spelling.txt: add "overlfow"
...
Add typo "overlfow" for "overflow". This typo was found and fixed in
net/sctp/tsnmap.c.
Link: https://lore.kernel.org/netdev/20210304055548.56829-1-drew@beagleboard.org/
Link: https://lkml.kernel.org/r/20210304072657.64577-1-drew@beagleboard.org
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Suggested-by: Kees Cook <keescook@chromium.org >
Reviewed-by: Kees Cook <keescook@chromium.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-05-07 00:26:34 -07:00
Tom Saeger
439baedad5
scripts/spelling.txt: add entries for recent discoveries
...
Add a few entries for recent spelling fixes found.
Opportunistically de-dupe:
exeeds||exceeds
Link: https://lore.kernel.org/lkml/31acb3239b7ab8989db0c9951e8740050aef0205.1616727528.git.tom.saeger@oracle.com/
Link: https://lore.kernel.org/lkml/fa193b3c9e346ff3fc157b54802c29b25f79c402.1615597995.git.tom.saeger@oracle.com/
Link: https://lkml.kernel.org/r/4a594a9e1536b1d9e5ba57f684c1e41457dd383b.1616861645.git.tom.saeger@oracle.com
Signed-off-by: Tom Saeger <tom.saeger@oracle.com >
Cc: Jens Axboe <axboe@kernel.dk >
Cc: Colin Ian King <colin.king@canonical.com >
Cc: Joe Perches <joe@perches.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-04-30 11:20:35 -07:00
Colin Ian King
30cdbd5392
scripts/spelling.txt: add more spellings to spelling.txt
...
Here are some of the more common spelling mistakes and typos that I've
found while fixing up spelling mistakes in the kernel since September 2020
Link: https://lkml.kernel.org/r/20210210124318.55082-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-02-24 13:38:26 -08:00
dingsenjie
4945192325
scripts/spelling.txt: add "allocted" and "exeeds" typo
...
Increase "allocted" and "exeeds" spelling error check.
Link: https://lkml.kernel.org/r/20210127081919.1928-1-dingsenjie@163.com
Signed-off-by: dingsenjie <dingsenjie@yulong.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-02-24 13:38:26 -08:00
zuoqilin
02bbbc4b55
scripts/spelling.txt: check for "exeeds"
...
Increase exeeds spelling error check.
Link: https://lkml.kernel.org/r/20210127060049.915-1-zuoqilin1@163.com
Signed-off-by: zuoqilin <zuoqilin@yulong.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-02-24 13:38:26 -08:00
tangchunyou
6b294bf6b4
scripts/spelling.txt: increase error-prone spell checking
...
Increase maping spelling error check.
Link: https://lkml.kernel.org/r/20210121092125.2663-1-tangchunyou@163.com
Signed-off-by: WenZhang <zhangwen@yulong.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2021-02-24 13:38:26 -08:00
Linus Torvalds
bbf6259903
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
...
Pull trivial updates from Jiri Kosina:
"The latest advances in computer science from the trivial queue"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial:
xtensa: fix Kconfig typo
spelling.txt: Remove some duplicate entries
mtd: rawnand: oxnas: cleanup/simplify code
selftests: vm: add fragment CONFIG_GUP_BENCHMARK
perf: Fix opt help text for --no-bpf-event
HID: logitech-dj: Fix spelling in comment
bootconfig: Fix kernel message mentioning CONFIG_BOOT_CONFIG
MAINTAINERS: rectify MMP SUPPORT after moving cputype.h
scif: Fix spelling of EACCES
printk: fix global comment
lib/bitmap.c: fix spello
fs: Fix missing 'bit' in comment
2020-10-15 15:11:56 -07:00
Naoki Hayama
33c5bb375e
scripts/spelling.txt: add "arbitrary" typo
...
Add "abitrary||arbitrary".
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Cc: Colin Ian King <colin.king@canonical.com >
Cc: Andy Whitcroft <apw@canonical.com >
Cc: Joe Perches <joe@perches.com >
Link: https://lkml.kernel.org/r/6bf6520d-787d-5749-09b5-ff92185f501f@lineo.co.jp
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-10-13 18:38:26 -07:00
Wang Qing
2c92406f33
scripts/spelling.txt: increase error-prone spell checking
...
Increase direcly,ununsed,manger spelling error check
Signed-off-by: Wang Qing <wangqing@vivo.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Cc: Colin Ian King <colin.king@canonical.com >
Cc: Wang Qing <wangqing@vivo.com >
Cc: Xiong <xndchn@gmail.com >
Cc: SeongJae Park <sjpark@amazon.de >
Cc: Jonathan Neuschfer <j.neuschaefer@gmx.net >
Cc: Luca Ceresoli <luca@lucaceresoli.net >
Cc: Joe Perches <joe@perches.com >
Link: https://lkml.kernel.org/r/1601085397-27586-1-git-send-email-wangqing@vivo.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-10-13 18:38:26 -07:00
Eric Biggers
d43ca1386b
scripts/spelling.txt: fix malformed entry
...
One of the entries has three fields "mistake||correction||correction"
rather than the expected two fields "mistake||correction". Fix it.
Signed-off-by: Eric Biggers <ebiggers@google.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Link: https://lkml.kernel.org/r/20200930234359.255295-1-ebiggers@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-10-03 11:28:12 -07:00
Joe Perches
4fcadb39c6
spelling.txt: Remove some duplicate entries
...
Found when Colin King fixed a typo for falied/failed
and a git grep showed 2 entries in this file.
Signed-off-by: Joe Perches <joe@perches.com >
Acked-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Jiri Kosina <jkosina@suse.cz >
2020-09-01 14:34:14 +02:00
Colin Ian King
70a175e507
scripts/spelling.txt: add more spellings to spelling.txt
...
Here are some of the more common spelling mistakes and typos that I've
found while fixing up spelling mistakes in the kernel since April 2020.
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Link: http://lkml.kernel.org/r/20200714092837.173796-1-colin.king@canonical.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-08-07 11:33:21 -07:00
SeongJae Park
405906600a
scripts/spelling: add a few more typos
...
This commit adds typos I found from another work.
Signed-off-by: SeongJae Park <sjpark@amazon.de >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Reviewed-by: David Hildenbrand <david@redhat.com >
Cc: Joe Perches <joe@perches.com >
Link: http://lkml.kernel.org/r/20200605092502.18018-3-sjpark@amazon.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-06-10 19:14:17 -07:00
Colin Ian King
df47b5e9a4
scripts/spelling.txt: add more spellings to spelling.txt
...
Here are some of the more common spelling mistakes and typos that I've
found while fixing up spelling mistakes in the kernel since November 2019
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Cc: Joe Perches <joe@perches.com >
Link: http://lkml.kernel.org/r/20200313174946.228216-1-colin.king@canonical.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-04-02 09:35:25 -07:00
Jonathan Neuschäfer
66906c4933
scripts/spelling.txt: add syfs/sysfs pattern
...
There are a few cases in the tree where "sysfs" is misspelled as "syfs".
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.ne >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Cc: Colin Ian King <colin.king@canonical.com >
Cc: Xiong <xndchn@gmail.com >
Cc: Stephen Boyd <sboyd@kernel.org >
Cc: Paul Walmsley <paul.walmsley@sifive.com >
Cc: Chris Paterson <chris.paterson2@renesas.com >
Cc: Luca Ceresoli <luca@lucaceresoli.net >
Link: http://lkml.kernel.org/r/20200218152010.27349-1-j.neuschaefer@gmx.net
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-04-02 09:35:25 -07:00
Luca Ceresoli
4efc61c798
scripts/spelling.txt: add "issus" typo
...
Add "issus" and correct it as "issues".
Link: http://lkml.kernel.org/r/20200105221950.8384-1-luca@lucaceresoli.net
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-01-31 10:30:36 -08:00
Xiong
2ab1278fe4
scripts/spelling.txt: add more spellings to spelling.txt
...
Here are some of the common spelling mistakes and typos that I've found
while fixing up spelling mistakes in the kernel. Most of them still
exist in more than two source files.
Link: http://lkml.kernel.org/r/20191229143626.51238-1-xndchn@gmail.com
Signed-off-by: Xiong <xndchn@gmail.com >
Cc: Colin Ian King <colin.king@canonical.com >
Cc: Stephen Boyd <sboyd@kernel.org >
Cc: Paul Walmsley <paul.walmsley@sifive.com >
Cc: Chris Paterson <chris.paterson2@renesas.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2020-01-31 10:30:36 -08:00
Colin Ian King
2d216b2318
scripts/spelling.txt: add more spellings to spelling.txt
...
Here are some of the more common spelling mistakes and typos that I've
found while fixing up spelling mistakes in the kernel since July 2019.
Link: http://lkml.kernel.org/r/20191112092142.97989-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2019-12-01 06:29:17 -08:00
Colin Ian King
6e22fd003e
scripts/spelling.txt: add more spellings to spelling.txt
...
Here are some of the more common spelling mistakes and typos that I've
found while fixing up spelling mistakes in the kernel over the past few
months. Developers keep on coming up with more inventive ways to spell
words.
Link: http://lkml.kernel.org/r/20190618134807.9729-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2019-07-12 11:05:41 -07:00
Chris Paterson
85f946ffd3
scripts/spelling.txt: add spelling fix for prohibited
...
Misspelling 'prohibited' is quite common in the real world, although
surprisingly not so much in the Linux Kernel. In addition to fixing the
typo we may as well add it to the spelling checker.
Also adding the present participle (prohibiting).
Link: http://lkml.kernel.org/r/20190514153341.22540-1-chris.paterson2@renesas.com
Fixes: 5bf2fbbef5
("clk: renesas: cpg-mssr: Add r8a77470 support")
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com >
Acked-by: Stephen Boyd <sboyd@kernel.org >
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2019-07-12 11:05:41 -07:00
Paul Walmsley
cc0e5f1ce0
scripts/spelling.txt: drop "sepc" from the misspelling list
...
The RISC-V architecture has a register named the "Supervisor Exception
Program Counter", or "sepc". This abbreviation triggers checkpatch.pl's
misspelling detector, resulting in noise in the checkpatch output. The
risk that this noise could cause more useful warnings to be missed seems
to outweigh the harm of an occasional misspelling of "spec". Thus drop
the "sepc" entry from the misspelling list.
[akpm@linux-foundation.org: fix existing "sepc" instances, per Joe]
Link: http://lkml.kernel.org/r/20190518210037.13674-1-paul.walmsley@sifive.com
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com >
Cc: Joe Perches <joe@perches.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2019-07-12 11:05:41 -07:00
Colin Ian King
7e242b5a72
scripts/spelling.txt: add more spellings to spelling.txt
...
Here are some of the more common spelling mistakes and typos that I've
found while fixing up spelling mistakes in the kernel over the past 4
months.
Link: http://lkml.kernel.org/r/20190114110215.1986-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2019-03-07 18:31:59 -08:00
Finn Thain
3cc97bea60
treewide: correct "differenciate" and "instanciate" typos
...
Also add these typos to spelling.txt so checkpatch.pl will look for them.
Link: http://lkml.kernel.org/r/88af06b9de34d870cb0afc46cfd24e0458be2575.1529471371.git.fthain@telegraphics.com.au
Signed-off-by: Finn Thain <fthain@telegraphics.com.au >
Cc: Masahiro Yamada <yamada.masahiro@socionext.com >
Cc: Joe Perches <joe@perches.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2018-08-23 18:48:43 -07:00
Colin Ian King
bc63804619
spelling.txt: add more spellings to spelling.txt
...
Here are some of the more common spelling mistakes and typos that I've
found while fixing up spelling mistakes in the kernel over the past 6
months.
Link: http://lkml.kernel.org/r/20180629150603.1159-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Cc: Joe Perches <joe@perches.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2018-08-22 10:52:47 -07:00
Joe Perches
868038bed5
spelling.txt: add "unnecessary" typo variants
...
Add unnecessary typos by copying the necessary typos.
Link: http://lkml.kernel.org/r/1505074722.22023.6.camel@perches.com
Signed-off-by: Joe Perches <joe@perches.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-11-17 16:10:00 -08:00
Colin Ian King
e00e5a26e3
scripts/spelling.txt: add more spelling mistakes to spelling.txt
...
Here are some of the more spelling mistakes and typos that I've found
while fixing up spelling mistakes in kernel error message text over the
past eight weeks.
[akpm@linux-foundation.org: s/|/||/, per Joe]
Link: http://lkml.kernel.org/r/20170919090818.5989-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Acked-by: Kees Cook <keescook@chromium.org >
Cc: Masahiro Yamada <yamada.masahiro@socionext.com >
Cc: Stephen Boyd <sboyd@codeaurora.org >
Cc: Joe Perches <joe@perches.com >
Cc: Ross Zwisler <ross.zwisler@linux.intel.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-10-03 17:54:23 -07:00
Colin Ian King
d9f91f844c
scripts/spelling.txt: add a bunch more spelling mistakes
...
Here are some of the more spelling mistakes and typos that I've found
while fixing up spelling mistakes in kernel error message text over the
past several weeks.
Link: http://lkml.kernel.org/r/20170621142614.12529-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Acked-by: Kees Cook <keescook@chromium.org >
Cc: Joe Perches <joe@perches.com >
Cc: Stephen Boyd <sboyd@codeaurora.org >
Cc: Ross Zwisler <ross.zwisler@linux.intel.com >
Cc: Masahiro Yamada <yamada.masahiro@socionext.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-07-06 16:24:30 -07:00
Joe Perches
8ac1ed7914
treewide: spelling: correct diffrent[iate] and banlance typos
...
Add these misspellings to scripts/spelling.txt too
Link: http://lkml.kernel.org/r/962aace119675e5fe87be2a88ddac1a5486f8e60.1490931810.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com >
Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-05-08 17:15:13 -07:00
Masahiro Yamada
6e7c2b4dd3
scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
...
Fix typos and add the following to the scripts/spelling.txt:
intialisation||initialisation
intialised||initialised
intialise||initialise
This commit does not intend to change the British spelling itself.
Link: http://lkml.kernel.org/r/1481573103-11329-18-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-05-08 17:15:13 -07:00
Stephen Boyd
ad61dd303a
scripts/spelling.txt: add regsiter -> register spelling mistake
...
This typo is quite common. Fix it and add it to the spelling file so
that checkpatch catches it earlier.
Link: http://lkml.kernel.org/r/20170317011131.6881-2-sboyd@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-05-08 17:15:13 -07:00
Stephen Boyd
d1b7c9344b
scripts/spelling.txt: add "memory" pattern and fix typos
...
Fix typos and add the following to the scripts/spelling.txt:
momery||memory
Link: http://lkml.kernel.org/r/20170317011131.6881-1-sboyd@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-05-08 17:15:13 -07:00
Colin Ian King
672934d247
scripts/spelling.txt: add several more common spelling mistakes
...
Here are some of the more common spelling mistakes that I've found while
fixing up spelling mistakes in kernel error message text. They probably
should be added to this list so we don't keep on seeing them appearing
again.
Link: http://lkml.kernel.org/r/20170421122534.5378-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Acked-by: Kees Cook <keescook@chromium.org >
Cc: Masahiro Yamada <yamada.masahiro@socionext.com >
Cc: Joe Perches <joe@perches.com >
Cc: Stephen Boyd <sboyd@codeaurora.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-05-03 15:52:07 -07:00
Masahiro Yamada
505d3085d7
scripts/spelling.txt: add "overide" pattern and fix typo instances
...
Fix typos and add the following to the scripts/spelling.txt:
overide||override
While we are here, fix the doubled "address" in the touched line
Documentation/devicetree/bindings/regulator/ti-abb-regulator.txt.
Also, fix the comment block style in the touched hunks in
drivers/media/dvb-frontends/drx39xyj/drx_driver.h.
Link: http://lkml.kernel.org/r/1481573103-11329-21-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-03-09 17:01:09 -08:00
Masahiro Yamada
8a1115ff6b
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
...
Fix typos and add the following to the scripts/spelling.txt:
disble||disable
disbled||disabled
I kept the TSL2563_INT_DISBLED in /drivers/iio/light/tsl2563.c
untouched. The macro is not referenced at all, but this commit is
touching only comment blocks just in case.
Link: http://lkml.kernel.org/r/1481573103-11329-20-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-03-09 17:01:09 -08:00
Jinbum Park
d7f6724366
scripts/spelling.txt: add some typo-words
...
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.
Link: http://lkml.kernel.org/r/20170112113452.GA7042@pjb1027-Latitude-E5410
Signed-off-by: Jinbum Park <jinb.park7@gmail.com >
Acked-by: Kees Cook <keescook@chromium.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-02-27 18:43:47 -08:00
Masahiro Yamada
4091fb95b5
scripts/spelling.txt: add "followings" pattern and fix typo instances
...
Fix typos and add the following to the scripts/spelling.txt:
followings||following
While we are here, add a missing colon in the boilerplate in DT binding
documents. The "you SoC" in allwinner,sunxi-pinctrl.txt was fixed as
well.
I reworded "as the followings:" to "as follows:" for
drivers/usb/gadget/udc/renesas_usb3.c.
Link: http://lkml.kernel.org/r/1481573103-11329-32-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-02-27 18:43:47 -08:00
Masahiro Yamada
608595ed9b
scripts/spelling.txt: add "therfore" pattern and fix typo instances
...
Fix typos and add the following to the scripts/spelling.txt:
therfore||therefore
Besides, tidy up comment blocks for 80-col wrapping.
Link: http://lkml.kernel.org/r/1481573103-11329-31-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2017-02-27 18:43:47 -08:00