Skip to content

Commit

Permalink
checkpatch: Increase the default limit to 100 characters
Browse files Browse the repository at this point in the history
The 80 character limit is a warning which sometime affect the readability.
let's relax this limit to 100 as done in some other projects

Signed-off-by: Arnaud Pouliquen <[email protected]>
  • Loading branch information
arnopo authored and edmooring committed Apr 21, 2022
1 parent 0d75fa7 commit 79749b1
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 @@ -2,7 +2,7 @@
--no-tree
--summary-file
--show-types
--max-line-length=80
--max-line-length=100
--min-conf-desc-length=1

--ignore BRACES
Expand Down

0 comments on commit 79749b1

Please sign in to comment.