Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/docs/process/
Dcoding-guidelines.rst28 targets which both utilise the `checkpatch.pl` script that ships with the Linux
29 source tree. The project also defines certain *checkpatch* options in the
30 ``.checkpatch.conf`` file in the top-level directory.
38 ``checkpatch.pl``, ``spelling.txt`` and ``const_structs.checkpatch`` available
40 environment variable to point to ``checkpatch.pl`` (with the other 2 files in
45 make CHECKPATCH=<path-to-linux>/linux/scripts/checkpatch.pl checkcodebase
52 make CHECKPATCH=<path-to-linux>/linux/scripts/checkpatch.pl checkpatch
61 Some checkpatch warnings in the TF codebase are deliberately ignored. These
Dcoding-style.rst480 The Linux coding standards also discourage new typedefs and checkpatch emits
Dcontributing.rst45 - Use the checkpatch.pl script provided with the Linux source tree. A
/trusted-firmware-a-3.7.0/
DMakefile1483 .PHONY: all msg_start clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch f…
1592 locate-checkpatch:
1630 checkcodebase: locate-checkpatch
1647 checkpatch: locate-checkpatch target
/trusted-firmware-a-3.7.0/docs/
Dchange-log.md5254 - **checkpatch**
5737 - Fixed several coding style violations reported by checkpatch
7128 - Support passing options to checkpatch using `CHECKPATCH_OPTS=<opts>`