aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2016-04-27 16:20:45 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-04-28 18:20:42 +0300
commit7bea2a27840cb88658472f4734d17eaaf4cbd93c (patch)
tree1dc8a02500549c9f8901ec2bb7381df446e009d7 /DEPENDENCIES
parent4834b40e7840fd23b8481b04dfff50d8fd0e1699 (diff)
DEPENDENCIES: add codespell for checkpatch
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Christophe Milard <christophe.milard@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES7
1 files changed, 7 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index c83fc365c..f8e18e25f 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -253,3 +253,10 @@ The tested version of doxygen is 1.8.8
5.2.1 HTML
# Debian/Ubuntu
$ apt-get install asciidoc source-highlight librsvg2-bin
+
+6.0 Submitting patches
+
+ When submitting patches they should be checked with ./scripts/checkpatch.pl
+ To have this tool also check spelling you need codespell.
+ # Debian/Ubuntu
+ #sudo apt install codespell