| Age | Commit message (Collapse) | Author |
|
Keep spelling.txt in sync with the version from kernel v6.15.
Reported-by: Yao Zi <[email protected]>
Reviewed-by: Yao Zi <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
|
|
To avoid future misspells add volatge to spelling.txt.
Signed-off-by: Heinrich Schuchardt <[email protected]>
|
|
This list is used by checkpatch.pl. The Linux v5.15 version has several
words that where mispelled in U-Boot too.
Signed-off-by: Heinrich Schuchardt <[email protected]>
|
|
Keep spelling.txt in sync with the version from kernel 4.16-rc4.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
|
|
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 <[email protected]>
Acked-by: Dan Murphy <[email protected]>
|