Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
fb12098d f12583fd

+1 -1
+1 -1
Documentation/process/submit-checklist.rst
··· 52 52 4) All new module parameters are documented with ``MODULE_PARM_DESC()`` 53 53 54 54 5) All new userspace interfaces are documented in ``Documentation/ABI/``. 55 - See ``Documentation/ABI/README`` for more information. 55 + See Documentation/ABI/README for more information. 56 56 Patches that change userspace interfaces should be CCed to 57 57 linux-api@vger.kernel.org. 58 58