]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
checkpatch.conf: increase the character limit to 100
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Thu, 30 Jun 2022 07:03:57 +0000 (12:33 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 11 Jul 2022 17:09:22 +0000 (11:09 -0600)
100 column width is more comfortable to read over 80 columns, lets
increase the value in the configuration file.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
.checkpatch.conf

index c466644dbb671591455ba9aca003a5c1cddd9f50..5350de6b300cd45d1c00dbec67042c95d752c88b 100644 (file)
@@ -8,8 +8,8 @@
 # We do not follow the negative error numbering, so ignore it.
 --ignore USE_NEGATIVE_ERRNO
 
-# Follow the 80-character limit.
---max-line-length=80
+# Follow the 100-character limit.
+--max-line-length=100
 
 # Kernel specific kstr* functions recommendation doesn't apply to us.
 --ignore SSCANF_TO_KSTRTO