diff options
Diffstat (limited to 'util/lint/lint-007-checkpatch')
-rwxr-xr-x | util/lint/lint-007-checkpatch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index f78454198f..bc34e6bb4f 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -22,7 +22,7 @@ opts="--max-line-length 96" # default: test src and util if [ "$1" = "" ]; then - INCLUDED_DIRS="src util" + INCLUDED_DIRS="src util tests" # special mode: take diff from stdin, but exclude the dirs elif [ "$1" = "diff" ]; then args=$( echo $EXCLUDED_DIRS | \ |