mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
docs: memfd_preservation: fix rendering of ABI documentation
The "memfd Live Update ABI" section in include/linux/kho/abi/memfd.h
currently does not render in the exported documentation. This is because
it should not include the "DOC:" in its reference. Drop it to ensure
correct rendering. Tested by running make htmldocs.
Fixes: 15fc11bb2c ("docs: add documentation for memfd preservation via LUO")
Signed-off-by: Pratyush Yadav (Google) <pratyush@kernel.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260605160645.3650271-1-pratyush@kernel.org
Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
This commit is contained in:
parent
5fb813ae00
commit
3a358c7809
|
|
@ -11,7 +11,7 @@ Memfd Preservation ABI
|
|||
======================
|
||||
|
||||
.. kernel-doc:: include/linux/kho/abi/memfd.h
|
||||
:doc: DOC: memfd Live Update ABI
|
||||
:doc: memfd Live Update ABI
|
||||
|
||||
.. kernel-doc:: include/linux/kho/abi/memfd.h
|
||||
:internal:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user