All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] scripts/spelling.txt: add some spelling pairs and reorder
@ 2021-06-16 12:25 Zhen Lei
  2021-06-16 12:25 ` [PATCH v2 1/3] scripts: add spelling_sanitizer.sh script Zhen Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Zhen Lei @ 2021-06-16 12:25 UTC (permalink / raw)
  To: Joe Perches, Andrew Morton, Nicolas Dichtel, Jason Baron,
	Stefani Seibold, Jacob Keller, Thomas Graf, Herbert Xu,
	Jens Axboe, Petr Mladek, Sergey Senozhatsky, Andy Shevchenko,
	Rasmus Villemoes, linux-kernel
  Cc: Zhen Lei

v1 --> v2:
1) Avoid hard coding, dynamic identification of comment lines
2) Avoid creating a temporary file
3) Sort based on "correction", then "mistake"
4) Add "export LC_ALL=C"

v1:
Add spelling_sanitizer.sh and use it to reorder, then add some spelling
"mistake||correction" pairs.

Zhen Lei (3):
  scripts: add spelling_sanitizer.sh script
  scripts/spelling.txt: sort and remove duplicates
  scripts/spelling.txt: add some spelling "mistake||correction" pairs

 scripts/spelling.txt          | 1220 +++++++++++++++++----------------
 scripts/spelling_sanitizer.sh |   27 +
 2 files changed, 674 insertions(+), 573 deletions(-)
 create mode 100755 scripts/spelling_sanitizer.sh

-- 
2.25.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-06-18  2:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 12:25 [PATCH v2 0/3] scripts/spelling.txt: add some spelling pairs and reorder Zhen Lei
2021-06-16 12:25 ` [PATCH v2 1/3] scripts: add spelling_sanitizer.sh script Zhen Lei
2021-06-16 14:53   ` Jonathan Corbet
2021-06-17  1:11     ` Leizhen (ThunderTown)
2021-06-17  7:32       ` Petr Mladek
2021-06-18  2:51         ` Leizhen (ThunderTown)
2021-06-16 12:25 ` [PATCH v2 2/3] scripts/spelling.txt: sort and remove duplicates Zhen Lei
2021-06-16 12:25 ` [PATCH v2 3/3] scripts/spelling.txt: add some spelling "mistake||correction" pairs Zhen Lei

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.