From 9020c57934d52aeea9566322e20bd5fd56bf1d0b Mon Sep 17 00:00:00 2001 From: Javier B Perez Hernandez Date: Mon, 5 Oct 2015 15:11:15 -0500 Subject: [PATCH] checkpatch: added config file Created config file for checkpatch ".checkpatch.conf" Change-Id: Ic2d72eed38b333d4b05d2d0c8953cbe2795d2429 Signed-off-by: Javier B Perez Hernandez Signed-off-by: Anas Nashif --- .checkpatch.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .checkpatch.conf diff --git a/.checkpatch.conf b/.checkpatch.conf new file mode 100644 index 00000000000..e3af0598f79 --- /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