From nobody Tue Feb 10 22:17:52 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+93200+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93200+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1662452988; cv=none; d=zohomail.com; s=zohoarc; b=nOUFmAqFkmIAK0KvpKVn8qH+MmUMGqMfDODb8fKtJkPipGJHFpPWELuD0VwlG3/rgoztbVhnbQj0kCNhaIAiWXpZwWXsitDNpq8IBr7lWlDNTI8+T87UDV8xMaYG0iEicTnfeCpZE10jBAjt91hSO5QmTaZjFab9z3w2/egVSnU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662452988; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=JRp/H2onqy30YWDdMlYnpC/HdeBaLzuaL4Q1e348dow=; b=CSOKBz0m36LsCyhh2SyBGfT2hc8JEJW9v00VPPg9kRrvHQ3C3UVKf7cwjBr3D9NvHedlt9UAw0vOrGQSX+3ABbejziCdNcxOHtJWOM6LbMKjU+f4zR0cSkrXHtN1zuXLbYtL0syAu0KugdNtKdj4tgBnU9t+mggEDjzx/Ff5DbU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93200+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 166245298886341.60523122452071; Tue, 6 Sep 2022 01:29:48 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id oZp4YY1788612xLT5yqdB0aC; Tue, 06 Sep 2022 01:29:48 -0700 X-Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.1540.1662452987861675650 for ; Tue, 06 Sep 2022 01:29:48 -0700 X-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 CBDCF176C; Tue, 6 Sep 2022 01:29:53 -0700 (PDT) X-Received: from cam-smtp0.cambridge.arm.com (pierre123.nice.arm.com [10.34.100.114]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E30003F73D; Tue, 6 Sep 2022 01:29:46 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Pierre Gondois , Maciej Rabeda Subject: [edk2-devel] [PATCH v2 09/17] NetworkPkg: Remove duplicated words Date: Tue, 6 Sep 2022 10:29:04 +0200 Message-Id: <20220906082912.81795-10-Pierre.Gondois@arm.com> In-Reply-To: <20220906082912.81795-1-Pierre.Gondois@arm.com> References: <20220906082912.81795-1-Pierre.Gondois@arm.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,pierre.gondois@arm.com X-Gm-Message-State: QUo420775j4coBn9WFgxZRlPx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662452988; bh=jONyFg25TSnWhFiJrz5GowbO+glu4OSe2hbxXtzwhvA=; h=Cc:Date:From:Reply-To:Subject:To; b=f+TR+M+5RMhg00f4cJCJRpbIgPD8qvqJlyvx2rUJnyIJuyBp5xHkxwkbqtMYVhkD8xp 0zrlyqLU2K9NfZEFCiEjgv0ZMB2aNfTwa/ZpqQIvg8VXZ8eECRrE387LdMrNp4NDVYGJP aalNN8VGEkpFMw8UvThsu46b3bQLNbd33U8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662452989803100041 Content-Type: text/plain; charset="utf-8" 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 Reviewed-by: Maciej Rabeda --- 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/Componen= tName.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 instance. @param Language A pointer to a three-character ISO 639-2 language ide= ntifier. - This is the language of the driver name that that the= caller + This is the language of the driver name that the call= er is requesting, and it must match one of the languages= specified in SupportedLanguages. The number of languages suppo= rted by a driver is up to the driver writer. @@ -128,7 +128,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE = *gDnsControllerNameTable =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. @param Language A pointer to a three-character ISO 639-2 language ide= ntifier. - This is the language of the driver name that that the= caller + This is the language of the driver name that the call= er is requesting, and it must match one of the languages= specified in SupportedLanguages. The number of languages suppo= rted by a driver is up to the driver writer. diff --git a/NetworkPkg/HttpBootDxe/HttpBootComponentName.c b/NetworkPkg/Ht= tpBootDxe/HttpBootComponentName.c index bc1993df431b..3fdc22b551fd 100644 --- a/NetworkPkg/HttpBootDxe/HttpBootComponentName.c +++ b/NetworkPkg/HttpBootDxe/HttpBootComponentName.c @@ -51,7 +51,7 @@ EFI_UNICODE_STRING_TABLE mHttpBootDxeControllerNameTable= [] =3D { =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. @param Language A pointer to a three-character ISO 639-2 language ide= ntifier. - This is the language of the driver name that that the= caller + This is the language of the driver name that the call= er is requesting, and it must match one of the languages= specified in SupportedLanguages. The number of languages suppo= rted by a driver is up to the driver writer. diff --git a/NetworkPkg/HttpBootDxe/HttpBootComponentName.h b/NetworkPkg/Ht= tpBootDxe/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 instance. @param Language A pointer to a three-character ISO 639-2 language ide= ntifier. - This is the language of the driver name that that the= caller + This is the language of the driver name that the call= er is requesting, and it must match one of the languages= specified in SupportedLanguages. The number of languages suppo= rted by a driver is up to the driver writer. diff --git a/NetworkPkg/HttpDxe/ComponentName.c b/NetworkPkg/HttpDxe/Compon= entName.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 instance. @param Language A pointer to a three-character ISO 639-2 language ide= ntifier. - This is the language of the driver name that that the= caller + This is the language of the driver name that the call= er is requesting, and it must match one of the languages= specified in SupportedLanguages. The number of languages suppo= rted by a driver is up to the driver writer. diff --git a/NetworkPkg/HttpDxe/ComponentName.h b/NetworkPkg/HttpDxe/Compon= entName.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 instance. @param Language A pointer to a three-character ISO 639-2 language ide= ntifier. - This is the language of the driver name that that the= caller + This is the language of the driver name that the call= er is requesting, and it must match one of the languages= specified in SupportedLanguages. The number of languages suppo= rted by a driver is up to the driver writer. diff --git a/NetworkPkg/Library/DxeNetLib/DxeNetLib.c b/NetworkPkg/Library/= 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 e= ntry. + Remove the last node entry on the list and return the removed node entry. =20 Removes the last node entry from a doubly linked list. It is up to the c= aller of this function to release the memory used by the first node if that is re= quired. On diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponent= Name.c b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName= .c index c72f9f7095c2..fabdc1e5d881 100644 --- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.c +++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.c @@ -66,7 +66,7 @@ EFI_UNICODE_STRING_TABLE mWifiMgrDxeControllerNameTable[= ] =3D { =20 @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. @param Language A pointer to a three-character ISO 639-2 language ide= ntifier. - This is the language of the driver name that that the= caller + This is the language of the driver name that the call= er is requesting, and it must match one of the languages= specified in SupportedLanguages. The number of languages suppo= rted by a driver is up to the driver writer. diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponent= Name.h b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName= .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 instance. @param Language A pointer to a three-character ISO 639-2 language ide= ntifier. - This is the language of the driver name that that the= caller + This is the language of the driver name that the call= er is requesting, and it must match one of the languages= specified in SupportedLanguages. The number of languages suppo= rted by a driver is up to the driver writer. --=20 2.25.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#93200): https://edk2.groups.io/g/devel/message/93200 Mute This Topic: https://groups.io/mt/93496606/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-