Skip to content

Commit be66b6f

Browse files
committed
build: checkpatch limit line length to 100 chars
The default is 100 chars. Signed-off-by: Daniel Wagner <wagi@kernel.org>
1 parent 4907ecb commit be66b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.checkpatch.conf

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

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

99
--ignore EMAIL_SUBJECT
1010

0 commit comments

Comments
 (0)