From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 13F13C4332F for ; Tue, 31 Oct 2023 20:17:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=mrePDtsijprp8NIcv9Ihi6MIKqSsIrxyuvyan5OmGuU=; b=eF6piL/l6/6hXh scRNVWa2YG7T9u/Zw5oKpzBO0NUJJKKw/mwt33Xu4KM9Sa9oiYpBhjeVs1LCQVbTIYQAuc7b2siBo rW/MhVQXtpyS4bfRA/EIHvLnauIhNMVljcr7p5Gcq0ILUmuUU//LDJ0ugMp1gfVvyTlEdPEhSZh4d 8+rQZMWjAdGieiz4b65bt/zSZRRMQDtp1yhUmsRV5WGSczuMLzve9mWdiAxe7CAXmBc9OrJlIVY8z D5dbDW/zFcBisok2cAs9yW5IHaavJ3tX07tp3rtVBcsDyuUJiR04MJl0lgJwLxxpuNRJbnWSCGuSm CWFu5ytNtE0Ttmc6NOWQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qxvAB-0064kJ-26; Tue, 31 Oct 2023 20:16:35 +0000 Received: from out-182.mta1.migadu.com ([2001:41d0:203:375::b6]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qxvA8-0064jx-24 for linux-arm-kernel@lists.infradead.org; Tue, 31 Oct 2023 20:16:34 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=novastrider.com; s=key1; t=1698782965; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=McCJc14guP8yKKFOSL2omkE6jgC9UadK7MEeeUAlNhk=; b=IQZigNqD37TIb9IuCV/22K6EP+dlhwlI0naHdHE9IjOPoetSpvoeFYgm0ETDxnHT02mnfd ok40q5IZGM9tfJ+7z+m5uhYNRVrxohZ+yIW7s3xQbFRZr2333FKxvOEzyjWy/u0V/AqNk1 OOvmxxfj5cY1gm3+dZCUGi6IU2NFOdj7SpP347un1BxvjkKXg9IUTyMgvr31Uatisxbpvz ynM3qna7we0wQLBVeaYPSMQA1HHkYmDNLAxG7Z9uHe2IJXSbw8LvpwgHiZ6VD2tDyb2/dw +ZcowgRcyHFhItQeoVmjgneS53WTPCoxjR4VJDWZ8WXRu/+x50HCWEMIeoIeFA== From: Marielle Novastrider To: linux-doc@vger.kernel.org Cc: marielle@novastrider.com, Catalin Marinas , Will Deacon , Jonathan Corbet , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] Documentation/arm64: Fix typos in elf_hwcaps Date: Tue, 31 Oct 2023 20:08:38 +0000 Message-Id: <20231031200838.55569-1-marielle@novastrider.com> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231031_131632_828231_CDE7F73C X-CRM114-Status: UNSURE ( 7.69 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Small typos in register and field names. Signed-off-by: Marielle Novastrider --- Documentation/arch/arm64/elf_hwcaps.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/arch/arm64/elf_hwcaps.rst b/Documentation/arch/arm64/elf_hwcaps.rst index 76ff9d7398fd..9d51f0d72fc4 100644 --- a/Documentation/arch/arm64/elf_hwcaps.rst +++ b/Documentation/arch/arm64/elf_hwcaps.rst @@ -174,7 +174,7 @@ HWCAP2_DCPODP Functionality implied by ID_AA64ISAR1_EL1.DPB == 0b0010. HWCAP2_SVE2 - Functionality implied by ID_AA64ZFR0_EL1.SVEVer == 0b0001. + Functionality implied by ID_AA64ZFR0_EL1.SVEver == 0b0001. HWCAP2_SVEAES Functionality implied by ID_AA64ZFR0_EL1.AES == 0b0001. @@ -222,7 +222,7 @@ HWCAP2_RNG Functionality implied by ID_AA64ISAR0_EL1.RNDR == 0b0001. HWCAP2_BTI - Functionality implied by ID_AA64PFR0_EL1.BT == 0b0001. + Functionality implied by ID_AA64PFR1_EL1.BT == 0b0001. HWCAP2_MTE Functionality implied by ID_AA64PFR1_EL1.MTE == 0b0010, as described @@ -232,7 +232,7 @@ HWCAP2_ECV Functionality implied by ID_AA64MMFR0_EL1.ECV == 0b0001. HWCAP2_AFP - Functionality implied by ID_AA64MFR1_EL1.AFP == 0b0001. + Functionality implied by ID_AA64MMFR1_EL1.AFP == 0b0001. HWCAP2_RPRES Functionality implied by ID_AA64ISAR2_EL1.RPRES == 0b0001. -- 2.39.3 (Apple Git-145) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel