From nobody Mon May 25 08:11:40 2026 Received: from canpmsgout05.his.huawei.com (canpmsgout05.his.huawei.com [113.46.200.220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AD17631717C for ; Sat, 16 May 2026 08:57:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=113.46.200.220 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778921854; cv=none; b=rcoNFpYMrQOrWRWAhado3X0XD8SPyem9C6N0Pd8Yl+XvRKlF6OYkZn5EQBrY+JVeTCWIjo8GzbgRNCOmT/KGG5/i62pVlytW1E9ac4yyMBEiQfpKtCWgunnHFNmaGsKp9fskg4bwKq8skxae3UdZ/mzmWzIrsjRZMVLnWpublos= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778921854; c=relaxed/simple; bh=7AOCgJkcCxhI+qaOJ9jf+CW5KjdEB+RLggxYJNgZ1bQ=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=TO5TK4VVATkrlo7/4+MhsXlWkeUJ+oqn6CHPoBLxTciyFjDFE9ZJt+FhWulLsggI+aPPuRo+1ibJPp69RAtb6Uefxz0YD40+5eZSK7NjocF4j0001pPOR65KlkzF5ODB9d429EAgMa/7p1TdCow/zp3OK0R3uQckTs0kRDRV010= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b=5/kOT0xA; arc=none smtp.client-ip=113.46.200.220 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=huawei.com header.i=@huawei.com header.b="5/kOT0xA" dkim-signature: v=1; a=rsa-sha256; d=huawei.com; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From; bh=QjaYcWriodSEoCqMrJuw9IVAugpAkEJ1mwDWlGPZRAU=; b=5/kOT0xAo529umWuyJH8mRArjYelYi7J9WS81w7UxBT1GyZTNORqp9XxgOreuzPTSd63gCqH4 gbCcJueaO/eCPaDuItwK569uuJ1yjOz2XjGX3mAxrDPZSqlbQcyL0pzJD+c0V43fi7WctaMeWNq XEmeluWL9DGz/94Z1F3SW08= Received: from mail.maildlp.com (unknown [172.19.162.140]) by canpmsgout05.his.huawei.com (SkyGuard) with ESMTPS id 4gHd7H1JjYz12LDl; Sat, 16 May 2026 16:50:19 +0800 (CST) Received: from kwepemk100009.china.huawei.com (unknown [7.202.194.57]) by mail.maildlp.com (Postfix) with ESMTPS id A3C12203AC; Sat, 16 May 2026 16:57:22 +0800 (CST) Received: from huawei.com (10.50.159.234) by kwepemk100009.china.huawei.com (7.202.194.57) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.36; Sat, 16 May 2026 16:57:21 +0800 From: longwei To: Pasha Tatashin , Mike Rapoport , Pratyush Yadav , Alexander Graf CC: , , , LongWei Subject: [PATCH] kho: docs: fix typo in ABI documentation Date: Sat, 16 May 2026 16:56:53 +0800 Message-ID: <20260516085653.2193872-1-longwei27@huawei.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: kwepems500001.china.huawei.com (7.221.188.70) To kwepemk100009.china.huawei.com (7.202.194.57) Content-Type: text/plain; charset="utf-8" From: LongWei Replace "Indentifies" with "Identifies". Signed-off-by: Long Wei --- 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 * --=20 2.43.0