diff mbox

[PATCHv3,2/2] checkpatch: use codespell for odp

Message ID 1433410575-6845-3-git-send-email-maxim.uvarov@linaro.org
State Accepted
Commit 1da1a0d885406743dde1a53d13cd1e5df4c3d77e
Headers show

Commit Message

Maxim Uvarov June 4, 2015, 9:36 a.m. UTC
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>
---
 .checkpatch.conf | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

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