From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.33740.1661270437102287719 for ; Tue, 23 Aug 2022 09:00:37 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6B5AC113E; Tue, 23 Aug 2022 09:00:40 -0700 (PDT) Received: from pierre123.nice.arm.com (pierre123.nice.arm.com [10.34.100.116]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id EF74F3F718; Tue, 23 Aug 2022 09:00:35 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Leif Lindholm , Ard Biesheuvel Subject: [PATCH 02/24] ArmPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:09 +0200 Message-Id: <20220823160031.991072-3-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220823160031.991072-1-Pierre.Gondois@arm.com> References: <20220823160031.991072-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Pierre Gondois In an effort to clean the documentation of the above package, remove duplicated words. Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Pierre Gondois --- ArmPkg/Drivers/ArmScmiDxe/Scmi.c | 4 ++-- ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ArmPkg/Drivers/ArmScmiDxe/Scmi.c b/ArmPkg/Drivers/ArmScmiDxe= /Scmi.c index d5a1ff0be33c..fcf4ed496f26 100644 --- a/ArmPkg/Drivers/ArmScmiDxe/Scmi.c +++ b/ArmPkg/Drivers/ArmScmiDxe/Scmi.c @@ -145,8 +145,8 @@ ScmiCommandExecute ( =20 /** Internal common function useful for common protocol discovery messag= es. =20 - @param[in] ProtocolId Protocol Id of the the protocol. - @param[in] MesaageId Message Id of the message. + @param[in] ProtocolId Protocol Id of the protocol. + @param[in] MessageId Message Id of the message. =20 @param[out] ReturnValues SCMI response return values. =20 diff --git a/ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c b/ArmPkg/Li= brary/ArmMmuLib/AArch64/ArmMmuLibCore.c index 4a0513392a75..e5ecc7375153 100644 --- a/ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c +++ b/ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c @@ -613,7 +613,7 @@ ArmConfigureMmu ( // loss of coherency when using mismatched attributes, and given that = memory // is mapped cacheable except for extraordinary cases (such as non-coh= erent // DMA), have the page table walker perform cached accesses as well, a= nd - // assert below that that matches the attributes we use for CPU access= es to + // assert below that matches the attributes we use for CPU accesses to // the region. // TCR |=3D TCR_SH_INNER_SHAREABLE | --=20 2.25.1