Home
last modified time | relevance | path

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

/optee_os/scripts/
H 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)
27 checkpatch.sh [--working]
28 checkpatch.sh <COMMIT>...
29 checkpatch.sh <SELECTION>...
30 checkpatch.sh --diff <COMMIT> <COMMIT>
31 checkpatch.sh --cached
32 checkpatch.sh --help
46 checkpatch.sh commit1 commit2 commit3 Check commit1, commit2, and commit3.
[all …]
H A Dcheckpatch_inc.sh30 function checkpatch() { function
/optee_os/
H A DMakefile122 .PHONY: checkpatch checkpatch-staging checkpatch-working
123 checkpatch: checkpatch-staging checkpatch-working target
125 checkpatch-working:
126 ${q}./scripts/checkpatch.sh
128 checkpatch-staging:
129 ${q}./scripts/checkpatch.sh --cached
H A D.gitignore11 !.checkpatch.conf