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:
Junjie Mao 2018-10-26 22:07:55 +08:00 committed by lijinxia
parent f4f139bf8b
commit e8a59f30f1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
--ignore BRACES
--ignore GLOBAL_INITIALISERS
--ignore INITIALISED_STATIC
--max-line-length=20
--max-line-length=120