From: Daniel Wagner Date: Mon, 10 Feb 2025 13:04:18 +0000 (+0100) Subject: build: checkpatch limit line length to 100 chars X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=569c767875df1e8d87828eac0a1024034969ddb7;p=users%2Fsagi%2Fnvme-cli.git build: checkpatch limit line length to 100 chars The default is 100 chars. Signed-off-by: Daniel Wagner --- diff --git a/.checkpatch.conf b/.checkpatch.conf index 5541a564..aacb9821 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -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