scripts/checkpatch: add missing spelling.txt
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 19 Sep 2017 17:28:32 +0000 (19:28 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 29 Sep 2017 18:07:53 +0000 (14:07 -0400)
commit2719ae3346975b41f23c7785424587d020703cfc
tree1868eb9a19300934f054057cf16bbd862031db4f
parent117eeb7f84176268c086db7764778d99d832cd71
scripts/checkpatch: add missing spelling.txt

Checkpatch can use two dictionaries for finding typos:
* scripts/spelling.txt
* /usr/share/codespell/dictionary.txt
  which comes with package codespell and is selected by parameter
  --codespell

If the file scripts/spelling.txt is missing, a warning is shown.

Add the spelling.txt file from the Linux kernel 4.13 source.

We can later add our own typo corrections.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Dan Murphy <dmurphy@ti.com>
scripts/spelling.txt [new file with mode: 0644]