mirror of
https://github.com/OpenAMP/open-amp.git
synced 2026-09-26 12:28:32 +08:00
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:
committed by
Ed Mooring
parent
0d75fa7d34
commit
79749b1a86
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user