]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: submit-checklist: Allow creating cross-references for ABI README
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 11 Feb 2025 06:23:02 +0000 (07:23 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 18 Feb 2025 20:42:46 +0000 (13:42 -0700)
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
Documentation/process/submit-checklist.rst

index 88b6358258d7628a1a9a8e50af2f8b54cbb05aaa..2abf8831cf749416a0524606057587c7fe461985 100644 (file)
@@ -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.