Lines Matching full:checkpatch
17 fetch-depth: 0 # full history so checkpatch can check commit IDs in commit messages
20 - name: Run checkpatch
23 # checkpatch task
28 …iet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl
29 chmod +x checkpatch.pl
31 echo "invalid.struct.name" >const_structs.checkpatch
36 # Run checkpatch.pl:
41 # commits do solve previous checkpatch errors)
43 _do checkpatch HEAD || failed=1; \
46 _do checkpatch $c || failed=1; \