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-22 09:17:46 +02:00
committed by Arnaud Pouliquen
parent d2555ab254
commit 600a7ff5b2
+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