mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-27 03:12:57 +00:00
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>
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
--ignore BRACES
|
|
--ignore GLOBAL_INITIALISERS
|
|
--ignore INITIALISED_STATIC
|
|
--max-line-length=120
|