summaryrefslogtreecommitdiff
path: root/scripts/spelling.txt
AgeCommit message (Collapse)Author
2025-06-02scripts/spelling.txt: Sync script with kernel v6.15Tom Rini
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]>
2024-12-24scripts: add volatge to spelling.txtHeinrich Schuchardt
To avoid future misspells add volatge to spelling.txt. Signed-off-by: Heinrich Schuchardt <[email protected]>
2021-11-20scripts: update spelling.txt from upstream LinuxHeinrich Schuchardt
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]>
2018-03-05scripts/spelling.txt: Sync script with kernel 4.16-rc4Fabio Estevam
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]>
2017-09-29scripts/checkpatch: add missing spelling.txtHeinrich Schuchardt
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]>