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>
# 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