diff options
author | 2025-02-11 07:23:02 +0100 | |
---|---|---|
committer | 2025-02-18 13:42:46 -0700 | |
commit | fb12098d8ee479a2cf7d02f93ec98f25bc3d66d4 (patch) | |
tree | 8f976cf6afcf3f7f5ee5221243df2612b9e28e7f | |
parent | docs: networking: Allow creating cross-references statistics ABI (diff) | |
download | wireguard-linux-fb12098d8ee479a2cf7d02f93ec98f25bc3d66d4.tar.xz wireguard-linux-fb12098d8ee479a2cf7d02f93ec98f25bc3d66d4.zip |
docs: submit-checklist: Allow creating cross-references for ABI README
Now that Documentation/ABI is processed by automarkup, let it
generate cross-references for the ABI README file.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/76e60ee8717551f3d15d7c92b9c93bbf2ca8cff3.1739254867.git.mchehab+huawei@kernel.org
-rw-r--r-- | Documentation/process/submit-checklist.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/submit-checklist.rst b/Documentation/process/submit-checklist.rst index 88b6358258d7..2abf8831cf74 100644 --- a/Documentation/process/submit-checklist.rst +++ b/Documentation/process/submit-checklist.rst @@ -52,7 +52,7 @@ Provide documentation 4) All new module parameters are documented with ``MODULE_PARM_DESC()`` 5) All new userspace interfaces are documented in ``Documentation/ABI/``. - See ``Documentation/ABI/README`` for more information. + See Documentation/ABI/README for more information. Patches that change userspace interfaces should be CCed to linux-api@vger.kernel.org. |