aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-04 12:36:15 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-04 19:26:35 +0300
commit1da1a0d885406743dde1a53d13cd1e5df4c3d77e (patch)
tree3a835d728c144a22a55c9c4a899683add181231e /.checkpatch.conf
parent503872573f8823908f80b6535a70f5bf5b92133d (diff)
checkpatch: use codespell for odp
Turn on spelling checks with codespell tool. Tool can be installed with apt-get install codespell. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 9076410ae..fbbb14656 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