Home
last modified time | relevance | path

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

/optee_os/
A DMakefile117 .PHONY: checkpatch checkpatch-staging checkpatch-working
118 checkpatch: checkpatch-staging checkpatch-working target
120 checkpatch-working:
121 ${q}./scripts/checkpatch.sh
123 checkpatch-staging:
124 ${q}./scripts/checkpatch.sh --cached
A D.azure-pipelines.yml14 …iet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl
15 chmod +x checkpatch.pl
17 echo "invalid.struct.name" >const_structs.checkpatch
22 # Run checkpatch.pl:
27 # commits do solve previous checkpatch errors)
29 _do checkpatch HEAD || failed=1; \
32 _do checkpatch $c || failed=1; \
39 displayName: 'Run checkpatch'
/optee_os/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.sh28 function checkpatch() { function

Completed in 3 milliseconds