Shivam Chaudhary
93b6bd4068
kernel-wide: add explicity||explicitly to spelling.txt
...
Correct the spelling dictionary so that future instances will be caught by
checkpatch, and fix the instances found.
Link: https://lkml.kernel.org/r/20241211154903.47027-1-cvam0000@gmail.com
Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com >
Cc: Al Viro <viro@zeniv.linux.org.uk >
Cc: Christophe Leroy <christophe.leroy@csgroup.eu >
Cc: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com >
Cc: Jason Gunthorpe <jgg@ziepe.ca >
Cc: Leon Romanovsky <leon@kernel.org >
Cc: Madhavan Srinivasan <maddy@linux.ibm.com >
Cc: Michael Ellerman <mpe@ellerman.id.au >
Cc: Naveen N Rao <naveen@kernel.org >
Cc: Nicholas Piggin <npiggin@gmail.com >
Cc: Shivam Chaudhary <cvam0000@gmail.com >
Cc: Colin Ian King <colin.i.king@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2025-01-12 20:21:06 -08:00
Colin Ian King
4093676f83
scripts/spelling.txt: add more spellings to spelling.txt
...
Add some of the more common spelling mistakes and typos that I've found
while fixing up spelling mistakes in the kernel over the past year.
Link: https://lkml.kernel.org/r/20241113102106.1163050-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 >
2025-01-12 20:20:58 -08:00
WangYuli
f3adb88e6c
scripts/spelling.txt: add typo "exprienced" and "rewritting"
...
Add typo "exprienced" and "rewritting".
They were found and fixed in follow patches:
Link: https://lore.kernel.org/all/90D42CB167CA0842+20241018021910.31359-1-wangyuli@uniontech.com/
Link: https://lore.kernel.org/all/45F06B5D4CA9F444+20241018023340.47617-1-wangyuli@uniontech.com/
Link: https://lkml.kernel.org/r/C1FE2459CF066CA5+20241018024719.58325-1-wangyuli@uniontech.com
Link: https://lore.kernel.org/all/20241017162846.GA51712@kernel.org/
Signed-off-by: WangYuli <wangyuli@uniontech.com >
Suggested-by: Simon Horman <horms@kernel.org >
Reviewed-by: Simon Horman <horms@kernel.org >
Cc: Colin Ian King <colin.i.king@gmail.com >
Cc: Jesse Brandeburg <jesse.brandeburg@intel.com >
Cc: WangYuli <wangyuli@uniontech.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2024-11-05 17:12:32 -08:00
Yu Jiaoliang
9357bf5e66
scripts/spelling.txt: add more spellings corrections
...
Add several common typo patterns to the scripts/spelling.txt file to
ensure checkpatch.pl can detect and prevent these typos in the future.
This update helps improve code quality by preventing recurring typos.
Link: https://lkml.kernel.org/r/20240926101617.3988613-1-yujiaoliang@vivo.com
Signed-off-by: Yu Jiaoliang <yujiaoliang@vivo.com >
Signed-off-by: Shen Lichuan <shenlichuan@vivo.com >
Signed-off-by: Yan Zhen <yanzhen@vivo.com >
Cc: Colin Ian King <colin.i.king@gmail.com >
Cc: Jesse Brandeburg <jesse.brandeburg@intel.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2024-11-05 17:12:28 -08:00
Jesse Brandeburg
b8c7dd15ce
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
...
There were several instances of the string "assocat" in the kernel, which
should have been spelled "associat", with the various endings of -ive,
-ed, -ion, and sometimes beginnging with dis-.
Add to the spelling dictionary the corrections so that future instances
will be caught by checkpatch, and fix the instances found.
Originally noticed by accident with a 'git grep socat'.
Link: https://lkml.kernel.org/r/20240612001247.356867-1-jesse.brandeburg@intel.com
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com >
Cc: Randy Dunlap <rdunlap@infradead.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2024-06-28 19:36:28 -07:00
Colin Ian King
1ee918ffa6
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/20231122104037.1770749-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-12-10 17:21:33 -08:00
Drew Fustini
15571273db
scripts/spelling.txt: remove 'thead' as a typo
...
T-Head is a vendor of processor core IP, and they have recently introduced
the RISC-V TH1520 SoC. Remove 'thead' as a typo of 'thread' to avoid
checkpatch incorrectly warning that 'thead' is typo in patches that add
support for T-Head designs in the kernel.
Link: https://lkml.kernel.org/r/20230723010329.674186-1-dfustini@baylibre.com
Link: https://www.t-head.cn/
Signed-off-by: Drew Fustini <dfustini@baylibre.com >
Acked-by: Guo Ren <guoren@kernel.org >
Cc: Conor Dooley <conor@kernel.org >
Cc: Jisheng Zhang <jszhang@kernel.org >
Cc: Colin Ian King <colin.i.king@gmail.com >
Cc: Diederik de Haas <didi.debian@cknow.org >
Cc: Ian Rogers <irogers@google.com >
Cc: Luca Ceresoli <luca.ceresoli@bootlin.com > # versaclock5
Cc: Randy Dunlap <rdunlap@infradead.org >
Cc: SeongJae Park <sj@kernel.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
2023-07-27 13:07:04 -07:00
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