summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorJavier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com>2015-10-05 15:11:15 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:23 -0500
commit9020c57934d52aeea9566322e20bd5fd56bf1d0b (patch)
tree97a2e16f4ae9ff90982a234a0968afe4c9693ae5 /.checkpatch.conf
parent464a53483460bd6d5a56c3fcbfc1e5fd034bc2b8 (diff)
checkpatch: added config file
Created config file for checkpatch ".checkpatch.conf" Change-Id: Ic2d72eed38b333d4b05d2d0c8953cbe2795d2429 Signed-off-by: Javier B Perez Hernandez <javier.b.perez.hernandez@linux.intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
new file mode 100644
index 000000000..e3af0598f
--- /dev/null
+++ b/.checkpatch.conf
@@ -0,0 +1,14 @@
+--mailback
+--no-tree
+--no-signoff
+--emacs
+--summary-file
+--show-types
+--max-line-length=100
+
+--ignore BRACES
+--ignore PRINTK_WITHOUT_KERN_LEVEL
+--ignore SPLIT_STRING
+--ignore FILE_PATH_CHANGES
+--ignore VOLATILE
+--ignore CONFIG_EXPERIMENTAL