[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260105165839.285270-3-rppt@kernel.org>
Date: Mon, 5 Jan 2026 18:58:35 +0200
From: Mike Rapoport <rppt@...nel.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Alexander Graf <graf@...zon.com>,
Jason Miu <jasonmiu@...gle.com>,
Jonathan Corbet <corbet@....net>,
Mike Rapoport <rppt@...nel.org>,
Pasha Tatashin <pasha.tatashin@...een.com>,
Pratyush Yadav <pratyush@...nel.org>,
kexec@...ts.infradead.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-mm@...ck.org
Subject: [PATCH 2/6] kho/abi: memfd: make generated documentation more coherent
From: "Mike Rapoport (Microsoft)" <rppt@...nel.org>
memfd preservation 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.
Signed-off-by: Mike Rapoport (Microsoft) <rppt@...nel.org>
---
include/linux/kho/abi/memfd.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/kho/abi/memfd.h b/include/linux/kho/abi/memfd.h
index da7d063474a1..c211c31334a3 100644
--- a/include/linux/kho/abi/memfd.h
+++ b/include/linux/kho/abi/memfd.h
@@ -17,8 +17,8 @@
/**
* DOC: memfd Live Update ABI
*
- * This header defines the ABI for preserving the state of a memfd across a
- * kexec reboot using the LUO.
+ * memfd uses the ABI defined below for preserving its state across a kexec
+ * reboot using the LUO.
*
* The state is serialized into a packed structure `struct memfd_luo_ser`
* which is handed over to the next kernel via the KHO mechanism.
--
2.51.0
Powered by blists - more mailing lists