From: Kamalesh Babulal Date: Thu, 30 Jun 2022 07:03:57 +0000 (+0530) Subject: checkpatch.conf: increase the character limit to 100 X-Git-Tag: v3.0~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6270d9ddebf45e809ac9955f87961daf5a1482c6;p=thirdparty%2Flibcgroup.git checkpatch.conf: increase the character limit to 100 100 column width is more comfortable to read over 80 columns, lets increase the value in the configuration file. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/.checkpatch.conf b/.checkpatch.conf index c466644d..5350de6b 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -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