Searched refs:checkpatch (Results 1 – 4 of 4) sorted by relevance
10 CHECKPATCH=$(command -v checkpatch.pl)13 CHECKPATCH=$(find /usr/src/linux-headers* -name checkpatch.pl -print -quit)16 CHECKPATCH=$(find "$PWD/../linux" -name checkpatch.pl -print -quit)27 checkpatch.sh [--working]28 checkpatch.sh <COMMIT>...29 checkpatch.sh <SELECTION>...30 checkpatch.sh --diff <COMMIT> <COMMIT>31 checkpatch.sh --cached32 checkpatch.sh --help46 checkpatch.sh commit1 commit2 commit3 Check commit1, commit2, and commit3.[all …]
30 function checkpatch() { function
122 .PHONY: checkpatch checkpatch-staging checkpatch-working123 checkpatch: checkpatch-staging checkpatch-working target125 checkpatch-working:126 ${q}./scripts/checkpatch.sh128 checkpatch-staging:129 ${q}./scripts/checkpatch.sh --cached
11 !.checkpatch.conf