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:
parent
beae24c8c0
commit
cd544b81b3
|
@ -30,7 +30,7 @@ usage() {
|
|||
}
|
||||
|
||||
check_file() {
|
||||
$TOOLDIR/nxstyle -m 86 $@ 2>&1
|
||||
$TOOLDIR/nxstyle $@ 2>&1
|
||||
}
|
||||
|
||||
check_ranges() {
|
||||
|
|
Loading…
Reference in New Issue