Home
last modified time | relevance | path

Searched refs:checkpatch (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/
A DMakefile118 .PHONY: checkpatch checkpatch-staging checkpatch-working
119 checkpatch: checkpatch-staging checkpatch-working target
121 checkpatch-working:
122 ${q}./scripts/checkpatch.sh
124 checkpatch-staging:
125 ${q}./scripts/checkpatch.sh --cached
/optee_os-3.20.0/scripts/
A Dcheckpatch.sh10 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
A Dcheckpatch_inc.sh29 function checkpatch() { function

Completed in 3 milliseconds