Searched refs:checkpatch (Results 1 – 4 of 4) sorted by relevance
117 .PHONY: checkpatch checkpatch-staging checkpatch-working118 checkpatch: checkpatch-staging checkpatch-working target120 checkpatch-working:121 ${q}./scripts/checkpatch.sh123 checkpatch-staging:124 ${q}./scripts/checkpatch.sh --cached
14 …iet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl15 chmod +x checkpatch.pl17 echo "invalid.struct.name" >const_structs.checkpatch22 # 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'
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
28 function checkpatch() { function
Completed in 5 milliseconds