checkpatch: Increase the default limit to 100 characters

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 <arnaud.pouliquen@foss.st.com>
This commit is contained in:
Arnaud Pouliquen
2022-04-21 13:04:00 -07:00
committed by Ed Mooring
parent 0d75fa7d34
commit 79749b1a86
+1 -1
View File
@@ -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