Turn on spelling checks with codespell tool. Tool can be installed with apt-get install codespell.
Signed-off-by: Maxim Uvarov <[email protected]> --- .checkpatch.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.checkpatch.conf b/.checkpatch.conf index 9076410..fbbb146 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -2,3 +2,5 @@ --strict --ignore=NEW_TYPEDEFS --ignore=DEPRECATED_VARIABLE +--codespell +--codespellfile=/usr/share/codespell/dictionary.txt -- 1.9.1 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
