diff options
author | SeongJae Park <sj@kernel.org> | 2024-06-24 11:53:09 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-06-26 16:36:00 -0600 |
commit | e3b10a02ca2fe1e27ee008e9fcd8cf7076f7f776 (patch) | |
tree | 5bfad959c7a6077e39205320b0c08b136a11ca02 /Documentation/dev-tools/index.rst | |
parent | f9a4f4a0e1f5d8033d30d50f59ada1666a5cf38d (diff) |
Docs: Move clang-format from process/ to dev-tools/
'clang-format' is on 'Other material' section of 'process/index', but it
may fit more under 'dev-tools/' directory. Move it.
Signed-off-by: SeongJae Park <sj@kernel.org>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240624185312.94537-5-sj@kernel.org
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 efa49cdc8e2e..a5f241cf0c02 100644 --- a/Documentation/dev-tools/index.rst +++ b/Documentation/dev-tools/index.rst @@ -16,6 +16,7 @@ Documentation/dev-tools/testing-overview.rst testing-overview checkpatch + clang-format coccinelle sparse kcov |