summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-05-28 15:17:54 -0400
committerAnas Nashif <nashif@linux.intel.com>2016-05-31 19:09:14 +0000
commit627918822c41d9cdf17d189bab19d64b8ad2a695 (patch)
treeb7f1735f89a738a169ad7f2c87c896900641e890 /.checkpatch.conf
parent89205da16e5966c8157e24101dd806117bfd3a0e (diff)
checkpatch: decrease max line number to 80
Change-Id: I6bb83f877e10e5bd3f47eed264c8532081426bca Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 1ad327d3e..416f5805f 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -3,7 +3,7 @@
--emacs
--summary-file
--show-types
---max-line-length=100
+--max-line-length=80
--min-conf-desc-length=1
--ignore BRACES