summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorJavier B Perez <javier.b.perez.hernandez@intel.com>2016-05-11 10:43:35 -0500
committerAnas Nashif <nashif@linux.intel.com>2016-05-11 20:23:51 +0000
commit63bdf1c55bb2ded9c84c3562095c6aee93cc9685 (patch)
treeffe06b2b3a3931fc55305ad85aa63f43ba389bdd /.checkpatch.conf
parent1b5b6e44f794c4617dfc389bedf63d2ffd015115 (diff)
checkpatch: change default kconfig help length warns
Added default value for min-conf-desc-length = 1 for kconfig help. Jira: ZEP-303 Change-Id: Ieab66a5cb76e2ab8dea4e80b056600173c333c01 Signed-off-by: Javier B Perez <javier.b.perez.hernandez@intel.com>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 09fe74e88..e57397db6 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -4,6 +4,7 @@
--summary-file
--show-types
--max-line-length=100
+--min-conf-desc-length=1
--ignore BRACES
--ignore PRINTK_WITHOUT_KERN_LEVEL