mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-22 07:27:12 +08:00
kho/abi: luo: make generated documentation more coherent
Patch series "kho: ABI headers and Documentation updates". LUO started adding KHO ABI headers to include/linux/kho/abi, but the core parts of KHO and memblock are still using the old way for descriptions on their ABIs. Let's consolidate all things KHO in include/linux/kho/abi. And while on that, make some documentation updates to have more coherent KHO docs. This patch (of 6): LUO ABI description starts with "This header defines" which is fine in the header but reads weird in the generated html documentation. Update it to make the generated documentation coherent. Link: https://lkml.kernel.org/r/20260105165839.285270-1-rppt@kernel.org Link: https://lkml.kernel.org/r/20260105165839.285270-2-rppt@kernel.org Signed-off-by: Mike Rapoport (Microsoft) <rppt@kernel.org> Reviewed-by: Pratyush Yadav <pratyush@kernel.org> Cc: Alexander Graf <graf@amazon.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Pasha Tatashin <pasha.tatashin@soleen.com> Cc: Jason Miu <jasonmiu@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
committed by
Andrew Morton
parent
77983f611f
commit
a7e53bfb43
@@ -8,10 +8,10 @@
|
||||
/**
|
||||
* DOC: Live Update Orchestrator ABI
|
||||
*
|
||||
* This header defines the stable Application Binary Interface used by the
|
||||
* Live Update Orchestrator to pass state from a pre-update kernel to a
|
||||
* post-update kernel. The ABI is built upon the Kexec HandOver framework
|
||||
* and uses a Flattened Device Tree to describe the preserved data.
|
||||
* Live Update Orchestrator uses the stable Application Binary Interface
|
||||
* defined below to pass state from a pre-update kernel to a post-update
|
||||
* kernel. The ABI is built upon the Kexec HandOver framework and uses a
|
||||
* Flattened Device Tree to describe the preserved data.
|
||||
*
|
||||
* This interface is a contract. Any modification to the FDT structure, node
|
||||
* properties, compatible strings, or the layout of the `__packed` serialization
|
||||
|
||||
Reference in New Issue
Block a user