mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-30 15:06:49 +00:00
checkpatch: fix the line limit back to 120
The checkpatch configuration set by commit 7b06be9
("HV: checkpatch: add
configurations to customize checkpatch.pl") is unintendedly set to 20 (instead
of 120). This patch fix the setting to the expected value.
Tracked-On: #1557
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
f4f139bf8b
commit
e8a59f30f1
@ -1,4 +1,4 @@
|
||||
--ignore BRACES
|
||||
--ignore GLOBAL_INITIALISERS
|
||||
--ignore INITIALISED_STATIC
|
||||
--max-line-length=20
|
||||
--max-line-length=120
|
||||
|
Loading…
Reference in New Issue
Block a user