diff --git a/tests/patch/checkpatch/checkpatch.sh b/tests/patch/checkpatch/checkpatch.sh index 2a95905..a39b512 100755 --- a/tests/patch/checkpatch/checkpatch.sh +++ b/tests/patch/checkpatch/checkpatch.sh @@ -13,7 +13,7 @@ CAMELCASE tmpfile=$(mktemp) -./scripts/checkpatch.pl --strict --max-line-length=80 --ignore=$IGNORED -g HEAD | tee $tmpfile +./scripts/checkpatch.pl --strict --ignore=$IGNORED -g HEAD | tee $tmpfile grep 'total: 0 errors, 0 warnings, 0 checks' $tmpfile ret=$?