From: Mauro Carvalho Chehab Date: Tue, 11 Feb 2025 06:23:02 +0000 (+0100) Subject: docs: submit-checklist: Allow creating cross-references for ABI README X-Git-Tag: v6.15-rc1~223^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb12098d8ee479a2cf7d02f93ec98f25bc3d66d4;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/76e60ee8717551f3d15d7c92b9c93bbf2ca8cff3.1739254867.git.mchehab+huawei@kernel.org --- diff --git a/Documentation/process/submit-checklist.rst b/Documentation/process/submit-checklist.rst index 88b6358258d76..2abf8831cf749 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.