Searched refs:checkpatch (Results 1 – 3 of 3) sorted by relevance
118 .PHONY: checkpatch checkpatch-staging checkpatch-working119 checkpatch: checkpatch-staging checkpatch-working target121 checkpatch-working:122 ${q}./scripts/checkpatch.sh124 checkpatch-staging:125 ${q}./scripts/checkpatch.sh --cached
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)53 for c in $*; do checkpatch $c; done
29 function checkpatch() { function
Completed in 3 milliseconds