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.web08.33675.1661270452241708091 for ; Tue, 23 Aug 2022 09:00:52 -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 90E581570; Tue, 23 Aug 2022 09:00:55 -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 3FA9C3F718; Tue, 23 Aug 2022 09:00:51 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Abner Chang Subject: [PATCH 17/24] RedfishPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:24 +0200 Message-Id: <20220823160031.991072-18-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: Abner Chang Signed-off-by: Pierre Gondois --- RedfishPkg/RedfishDiscoverDxe/ComponentName.c | 4 ++-- RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c | 2 +- RedfishPkg/RedfishRestExDxe/ComponentName.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RedfishPkg/RedfishDiscoverDxe/ComponentName.c b/RedfishPkg/R= edfishDiscoverDxe/ComponentName.c index f34d7ab5d953..886f0b97b0de 100644 --- a/RedfishPkg/RedfishDiscoverDxe/ComponentName.c +++ b/RedfishPkg/RedfishDiscoverDxe/ComponentName.c @@ -19,7 +19,7 @@ =20 @param[in] This A pointer to the EFI_COMPONENT_NAME_PROTOCOL in= stance. @param[in] Language A pointer to a three-character ISO 639-2 langua= ge identifier. - This is the language of the driver name that th= at the caller + This is the language of the driver name that th= e caller is requesting, and it must match one of the lan= guages specified in SupportedLanguages. The number of languages= supported by a driver is up to the driver writer. @@ -130,7 +130,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABL= E *gRedfishDiscoverControl =20 @param[in] This A pointer to the EFI_COMPONENT_NAME_PROTOCOL i= nstance. @param[in] Language A pointer to a three-character ISO 639-2 langu= age identifier. - This is the language of the driver name that t= hat the caller + This is the language of the driver name that t= he caller is requesting, and it must match one of the la= nguages specified in SupportedLanguages. The number of language= s supported by a driver is up to the driver writer. diff --git a/RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c b/Redfish= Pkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c index bf50c78c9280..a542d97fe09e 100644 --- a/RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c +++ b/RedfishPkg/RedfishDiscoverDxe/RedfishDiscoverDxe.c @@ -1325,7 +1325,7 @@ EFI_REDFISH_DISCOVER_PROTOCOL mRedfishDiscover =3D= { @param[in] ControllerHandle MAC address of this network interface. @param[in] NetworkProtocolType Network protocol type. @param[out] IsNewInstance BOOLEAN means new instance or not. - @param[out] NetworkInterface Pointer to to EFI_REDFISH_DISCOVER_NET= WORK_INTERFACE_INTERNAL. + @param[out] NetworkInterface Pointer to EFI_REDFISH_DISCOVER_NETWOR= K_INTERFACE_INTERNAL. =20 @retval EFI_STATUS **/ diff --git a/RedfishPkg/RedfishRestExDxe/ComponentName.c b/RedfishPkg/Red= fishRestExDxe/ComponentName.c index de4828369083..a1b61162a3f5 100644 --- a/RedfishPkg/RedfishRestExDxe/ComponentName.c +++ b/RedfishPkg/RedfishRestExDxe/ComponentName.c @@ -24,7 +24,7 @@ =20 @param[in] This A pointer to the EFI_COMPONENT_NAME_PROTOCOL i= nstance. @param[in] Language A pointer to a three-character ISO 639-2 langu= age identifier. - This is the language of the driver name that t= hat the caller + This is the language of the driver name that t= he caller is requesting, and it must match one of the la= nguages specified in SupportedLanguages. The number of language= s supported by a driver is up to the driver writer. @@ -135,7 +135,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABL= E *gRedfishRestExControlle =20 @param[in] This A pointer to the EFI_COMPONENT_NAME_PROTOCOL in= stance. @param[in] Language A pointer to a three-character ISO 639-2 langua= ge identifier. - This is the language of the driver name that th= at the caller + This is the language of the driver name that th= e caller is requesting, and it must match one of the lan= guages specified in SupportedLanguages. The number of languages= supported by a driver is up to the driver writer. --=20 2.25.1