Skip to content

Commit 2598ec2

Browse files
committed
build: switch back to 80 char checkpatch config
The code base is mostly in 80 character line length written. Let's keep it there as it looks odd the different styles and nothing really is gained by the 100 chars. If you can't write it properly in 80 then 100 will not be enough anyway. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 13bb515 commit 2598ec2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.checkpatch.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
# This isn't actually a Linux kernel tree
55
--no-tree
66

7-
--max-line-length=100
7+
--max-line-length=80
88

99
--ignore EMAIL_SUBJECT
1010

1111
# FILE_PATH_CHANGES reports this kind of message:
1212
# "added, moved or deleted file(s), does MAINTAINERS need updating?"
1313
--ignore FILE_PATH_CHANGES
1414

15-
1615
# Commit messages might contain a Gerrit Change-Id.
1716
--ignore GERRIT_CHANGE_ID
1817

0 commit comments

Comments
 (0)