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.33745.1661270449368405151 for ; Tue, 23 Aug 2022 09:00:49 -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 C234C11FB; Tue, 23 Aug 2022 09:00:52 -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 70E383F718; Tue, 23 Aug 2022 09:00:48 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Maciej Rabeda Subject: [PATCH 14/24] NetworkPkg: Remove duplicated words Date: Tue, 23 Aug 2022 18:00:21 +0200 Message-Id: <20220823160031.991072-15-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: Maciej Rabeda Signed-off-by: Pierre Gondois --- NetworkPkg/DnsDxe/ComponentName.c | 4 ++-- NetworkPkg/HttpBootDxe/HttpBootComponentName.c | 2 +- NetworkPkg/HttpBootDxe/HttpBootComponentName.h | 2 +- NetworkPkg/HttpDxe/ComponentName.c | 2 +- NetworkPkg/HttpDxe/ComponentName.h | 2 +- NetworkPkg/Library/DxeNetLib/DxeNetLib.c | 2 +- .../WifiConnectionManagerDxe/WifiConnectionMgrComponentName.c | 2 +- .../WifiConnectionManagerDxe/WifiConnectionMgrComponentName.h | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/NetworkPkg/DnsDxe/ComponentName.c b/NetworkPkg/DnsDxe/Compon= entName.c index 32adb93f4130..cf17779aa550 100644 --- a/NetworkPkg/DnsDxe/ComponentName.c +++ b/NetworkPkg/DnsDxe/ComponentName.c @@ -17,7 +17,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instan= ce. @param Language A pointer to a three-character ISO 639-2 language i= dentifier. - This is the language of the driver name that that t= he caller + This is the language of the driver name that the ca= ller is requesting, and it must match one of the languag= es specified in SupportedLanguages. The number of languages sup= ported by a driver is up to the driver writer. @@ -128,7 +128,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABL= E *gDnsControllerNameTable =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instan= ce. @param Language A pointer to a three-character ISO 639-2 language i= dentifier. - This is the language of the driver name that that t= he caller + This is the language of the driver name that the ca= ller is requesting, and it must match one of the languag= es specified in SupportedLanguages. The number of languages sup= ported by a driver is up to the driver writer. diff --git a/NetworkPkg/HttpBootDxe/HttpBootComponentName.c b/NetworkPkg/= HttpBootDxe/HttpBootComponentName.c index bc1993df431b..3fdc22b551fd 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootComponentName.c +++ b/NetworkPkg/HttpBootDxe/HttpBootComponentName.c @@ -51,7 +51,7 @@ EFI_UNICODE_STRING_TABLE mHttpBootDxeControllerNameTab= le[] =3D { =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instan= ce. @param Language A pointer to a three-character ISO 639-2 language i= dentifier. - This is the language of the driver name that that t= he caller + This is the language of the driver name that the ca= ller is requesting, and it must match one of the languag= es specified in SupportedLanguages. The number of languages sup= ported by a driver is up to the driver writer. diff --git a/NetworkPkg/HttpBootDxe/HttpBootComponentName.h b/NetworkPkg/= HttpBootDxe/HttpBootComponentName.h index f53af8762c0c..59415989c507 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootComponentName.h +++ b/NetworkPkg/HttpBootDxe/HttpBootComponentName.h @@ -15,7 +15,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instan= ce. @param Language A pointer to a three-character ISO 639-2 language i= dentifier. - This is the language of the driver name that that t= he caller + This is the language of the driver name that the ca= ller is requesting, and it must match one of the languag= es specified in SupportedLanguages. The number of languages sup= ported by a driver is up to the driver writer. diff --git a/NetworkPkg/HttpDxe/ComponentName.c b/NetworkPkg/HttpDxe/Comp= onentName.c index db41d582c3b2..29cbae6b57b2 100644 --- a/NetworkPkg/HttpDxe/ComponentName.c +++ b/NetworkPkg/HttpDxe/ComponentName.c @@ -44,7 +44,7 @@ EFI_UNICODE_STRING_TABLE mHttpDxeDriverNameTable[] =3D= { =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instan= ce. @param Language A pointer to a three-character ISO 639-2 language i= dentifier. - This is the language of the driver name that that t= he caller + This is the language of the driver name that the ca= ller is requesting, and it must match one of the languag= es specified in SupportedLanguages. The number of languages sup= ported by a driver is up to the driver writer. diff --git a/NetworkPkg/HttpDxe/ComponentName.h b/NetworkPkg/HttpDxe/Comp= onentName.h index 3dc7c4f66fdc..9d39db3d6a9f 100644 --- a/NetworkPkg/HttpDxe/ComponentName.h +++ b/NetworkPkg/HttpDxe/ComponentName.h @@ -14,7 +14,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instan= ce. @param Language A pointer to a three-character ISO 639-2 language i= dentifier. - This is the language of the driver name that that t= he caller + This is the language of the driver name that the ca= ller is requesting, and it must match one of the languag= es specified in SupportedLanguages. The number of languages sup= ported by a driver is up to the driver writer. diff --git a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c b/NetworkPkg/Librar= y/DxeNetLib/DxeNetLib.c index fd4a9e15a892..41f8a7c364da 100644 --- a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c +++ b/NetworkPkg/Library/DxeNetLib/DxeNetLib.c @@ -1011,7 +1011,7 @@ NetListRemoveHead ( } =20 /** - Remove the last node entry on the list and and return the removed node= entry. + Remove the last node entry on the list and return the removed node ent= ry. =20 Removes the last node entry from a doubly linked list. It is up to the= caller of this function to release the memory used by the first node if that is = required. On diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrCompone= ntName.c b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponent= Name.c index c72f9f7095c2..fabdc1e5d881 100644 --- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.= c +++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.= c @@ -66,7 +66,7 @@ EFI_UNICODE_STRING_TABLE mWifiMgrDxeControllerNameTabl= e[] =3D { =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instan= ce. @param Language A pointer to a three-character ISO 639-2 language i= dentifier. - This is the language of the driver name that that t= he caller + This is the language of the driver name that the ca= ller is requesting, and it must match one of the languag= es specified in SupportedLanguages. The number of languages sup= ported by a driver is up to the driver writer. diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrCompone= ntName.h b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponent= Name.h index c1865f8dcc77..6edb796091ad 100644 --- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.= h +++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.= h @@ -15,7 +15,7 @@ =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instan= ce. @param Language A pointer to a three-character ISO 639-2 language i= dentifier. - This is the language of the driver name that that t= he caller + This is the language of the driver name that the ca= ller is requesting, and it must match one of the languag= es specified in SupportedLanguages. The number of languages sup= ported by a driver is up to the driver writer. --=20 2.25.1