Skip to content

Commit

Permalink
checkpatch: decrease max line number to 80
Browse files Browse the repository at this point in the history
Change-Id: I6bb83f877e10e5bd3f47eed264c8532081426bca
Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and Anas Nashif committed May 31, 2016
1 parent 89205da commit 6279188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .checkpatch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--emacs
--summary-file
--show-types
--max-line-length=100
--max-line-length=80
--min-conf-desc-length=1

--ignore BRACES
Expand Down

0 comments on commit 6279188

Please sign in to comment.