[PATCH] kho: docs: fix typo in ABI documentation

longwei posted 1 patch 1 week, 1 day ago
include/linux/kho/abi/kexec_handover.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] kho: docs: fix typo in ABI documentation
Posted by longwei 1 week, 1 day ago
From: LongWei <longwei27@huawei.com>

Replace "Indentifies" with "Identifies".

Signed-off-by: Long Wei <longwei27@huawei.com>
---
 include/linux/kho/abi/kexec_handover.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/kho/abi/kexec_handover.h b/include/linux/kho/abi/kexec_handover.h
index 7e847a2339b0..7682a94871f5 100644
--- a/include/linux/kho/abi/kexec_handover.h
+++ b/include/linux/kho/abi/kexec_handover.h
@@ -64,7 +64,7 @@
  *   Root KHO Node (/):
  *     - compatible: "kho-v3"
  *
- *       Indentifies the overall KHO ABI version.
+ *       Identifies the overall KHO ABI version.
  *
  *     - preserved-memory-map: u64
  *
-- 
2.43.0
Re: [PATCH] kho: docs: fix typo in ABI documentation
Posted by Mike Rapoport 1 week ago
From: Mike Rapoport (Microsoft) <rppt@kernel.org>

On Sat, 16 May 2026 16:56:53 +0800, longwei wrote:
> Replace "Indentifies" with "Identifies".

Applied to fixes branch of liveupdate/linux.git tree, thanks!

[1/1] kho: docs: fix typo in ABI documentation
      commit: b1378127003b61930ce30064328640503ad3ef6d

tree: https://git.kernel.org/pub/scm/linux/kernel/git/liveupdate/linux
branch: fixes

--
Sincerely yours,
Mike.