summaryrefslogtreecommitdiff
path: root/doc/developer/workflow.rst
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@qlyoung.net>2023-09-27 19:54:02 -0400
committerQuentin Young <qlyoung@qlyoung.net>2023-09-27 19:55:35 -0400
commite45651fbd0681244be1dd98834657c1e38e60e8b (patch)
tree0c370201e834acfd7571e0db3cc61c07ef7e1acc /doc/developer/workflow.rst
parentd2292c6bfee5f3e82e236bf679a9ed0980032f17 (diff)
doc: include checkpatch & cspf docs in toctree
The documentation pages on checkpatch and CSPF were not reachable because they were not included in any toctree. Include them in the tree! Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
Diffstat (limited to 'doc/developer/workflow.rst')
-rw-r--r--doc/developer/workflow.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst
index e26486efde..68834ed710 100644
--- a/doc/developer/workflow.rst
+++ b/doc/developer/workflow.rst
@@ -876,6 +876,8 @@ clang-format
checkpatch.sh
checkpatch.pl
+ .. seealso:: :ref:`checkpatch`
+
In the Linux kernel source tree there is a Perl script used to check
incoming patches for style errors. FRR uses a shell script front end and an
adapted version of the perl script for the same purpose. These scripts can