diff --git a/tools/checkpatch.sh b/tools/checkpatch.sh index 4a9f447597..e65f15bcb8 100755 --- a/tools/checkpatch.sh +++ b/tools/checkpatch.sh @@ -30,7 +30,7 @@ usage() { } check_file() { - $TOOLDIR/nxstyle -m 86 $@ 2>&1 + $TOOLDIR/nxstyle $@ 2>&1 } check_ranges() {