scripts: add spelling.txt for checkpatch.pl
authorPaul Spooren <mail@aparcar.org>
Mon, 27 Jul 2020 22:57:04 +0000 (12:57 -1000)
committerPetr Štetiar <ynezz@true.cz>
Thu, 12 Nov 2020 17:21:55 +0000 (18:21 +0100)
commit3c0357e7b4229e8855d6f1a98db6d840bb9e0e86
treec168d2a455f90cb3c4fd0371f184011bb26b2f01
parent66e87a1f3802a4553423a4fcbb9e6a63f9fd96d2
scripts: add spelling.txt for checkpatch.pl

Running the updated checkpatch version with spelling.txt show that
spelling mistakes happen to everyone.

> /target/linux$ fd .*.patch | xargs ../../scripts/checkpatch.pl | rg spell
WARNING: 'usefull' may be misspelled - perhaps 'useful'?
WARNING: 'afecting' may be misspelled - perhaps 'affecting'?
WARNING: 'usefull' may be misspelled - perhaps 'useful'?
WARNING: 'afecting' may be misspelled - perhaps 'affecting'?
WARNING: 'begining' may be misspelled - perhaps 'beginning'?
WARNING: 'superflous' may be misspelled - perhaps 'superfluous'?
WARNING: 'multipe' may be misspelled - perhaps 'multiple'?
WARNING: 'recieves' may be misspelled - perhaps 'receives'?
WARNING: 'retreive' may be misspelled - perhaps 'retrieve'?
WARNING: 'tranfer' may be misspelled - perhaps 'transfer'?
WARNING: 'additonal' may be misspelled - perhaps 'additional'?
WARNING: 'accomodate' may be misspelled - perhaps 'accommodate'?
[...]

Signed-off-by: Paul Spooren <mail@aparcar.org>
scripts/spelling.txt [new file with mode: 0644]