diff options
author | Dwaipayan Ray <dwaipayanray1@gmail.com> | 2021-02-26 15:08:25 +0530 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-06 17:36:51 -0700 |
commit | 2eecbab86400f002c4a541efd357b02945735020 (patch) | |
tree | 23b0241c0dd5870aebc876a631f56220c1593e1d /Documentation/dev-tools/index.rst | |
parent | 378261870a0fdef80f2a24fa16895d0a6c2e5c05 (diff) | |
download | lwn-2eecbab86400f002c4a541efd357b02945735020.tar.gz lwn-2eecbab86400f002c4a541efd357b02945735020.zip |
docs: add documentation for checkpatch
Add documentation for kernel script checkpatch.pl.
This documentation is also parsed by checkpatch to
enable a verbose mode.
The checkpatch message types are grouped by usage. Under
each group the types are described briefly. 34 of such
types are documented.
Signed-off-by: Dwaipayan Ray <dwaipayanray1@gmail.com>
Link: https://lore.kernel.org/r/20210226093827.12700-2-dwaipayanray1@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools/index.rst')
-rw-r--r-- | Documentation/dev-tools/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/dev-tools/index.rst b/Documentation/dev-tools/index.rst index 1b1cf4f5c9d9..43d28998118b 100644 --- a/Documentation/dev-tools/index.rst +++ b/Documentation/dev-tools/index.rst @@ -14,6 +14,7 @@ whole; patches welcome! .. toctree:: :maxdepth: 2 + checkpatch coccinelle sparse kcov |