]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
checkpatch: Retain 80 chars limit
authorMichalis Pappas <michalis@unikraft.io>
Mon, 29 Jan 2024 12:54:47 +0000 (13:54 +0100)
committerUnikraft Bot <monkey@unikraft.io>
Tue, 6 Feb 2024 17:14:53 +0000 (17:14 +0000)
The updated versio of checkpatch bumps the max line length to 100
characters. Pass `--max-line-length` to .checkpatch.conf to retain
the previously used 80 char limit.

Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #1289

.checkpatch.conf

index 92ec72bf05f70c44fcfa7488ddd674ed2c3df4d7..b6ddb1941abd6ab9d99078291e0a8cdf2085f0d3 100644 (file)
@@ -5,3 +5,4 @@
 --ignore NEW_TYPEDEFS
 --ignore FILE_PATH_CHANGES
 --ignore OBSOLETE
+--max-line-length=80