]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: checkpatch limit line length to 100 chars
authorDaniel Wagner <wagi@kernel.org>
Mon, 10 Feb 2025 13:04:18 +0000 (14:04 +0100)
committerDaniel Wagner <wagi@kernel.org>
Mon, 10 Feb 2025 13:04:18 +0000 (14:04 +0100)
The default is 100 chars.

Signed-off-by: Daniel Wagner <wagi@kernel.org>
.checkpatch.conf

index 5541a564ba8be3c0d4b823d9573ecdebc0d31b4d..aacb98219b6e4a6f3aade30bf93fc7e7367e9d4f 100644 (file)
@@ -4,7 +4,7 @@
 # This isn't actually a Linux kernel tree
 --no-tree
 
---max-line-length=120
+--max-line-length=100
 
 --ignore EMAIL_SUBJECT