From 627918822c41d9cdf17d189bab19d64b8ad2a695 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 28 May 2016 15:17:54 -0400 Subject: [PATCH] checkpatch: decrease max line number to 80 Change-Id: I6bb83f877e10e5bd3f47eed264c8532081426bca Signed-off-by: Anas Nashif --- .checkpatch.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.checkpatch.conf b/.checkpatch.conf index 1ad327d3ed6..416f5805fb8 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