checkpatch: increate line length to 100
Change max line length to 100, this is to follow Linux and to allow for more readable code. Most warning we get now from checkpatch are because of this limit which has prevented us from enforcing warning. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5d50797dad
commit
384ad9c3d4
|
@ -1,7 +1,7 @@
|
|||
--emacs
|
||||
--summary-file
|
||||
--show-types
|
||||
--max-line-length=80
|
||||
--max-line-length=100
|
||||
--min-conf-desc-length=1
|
||||
--typedefsfile=scripts/checkpatch/typedefsfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue