checkpatch remove -m 86 option since nxstyle can determine the max line length smart now

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-01-13 01:42:39 +08:00 committed by patacongo
parent beae24c8c0
commit cd544b81b3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ usage() {
}
check_file() {
$TOOLDIR/nxstyle -m 86 $@ 2>&1
$TOOLDIR/nxstyle $@ 2>&1
}
check_ranges() {