From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web08.7185.1662129114739220056 for ; Fri, 02 Sep 2022 07:31:54 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=gB5YiK7K; spf=none, err=permanent DNS error (domain: linux.intel.com, ip: 134.134.136.20, mailfrom: maciej.rabeda@linux.intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662129114; x=1693665114; h=message-id:date:mime-version:subject:to:references:from: in-reply-to:content-transfer-encoding; bh=Cs8lTlL67t368AY4Y7AhAB6LXlaFRmBsvsZ4cu7xT4I=; b=gB5YiK7Kf0AnNClxD5KT/wNp9/0rMOpIoFgqAl6HYXfi+jB9Zk1AjqR5 Pu8+/jttIWFcEREZcAGW8zD4qTuHavkxk3u5oREogBgDd9g+XQmDhiSxS 8asaSN8KvGJ1MWIWYMkKWwcPQwGHra8kKlL/+MyPfw087oJpJ0yPnNkn1 GZpf4oNp0FO7CZxttYvgCg7gwEs+jtkP2TZHWsKwd5hBhpQJFu/4LEq7Q 3MErG2yDCPTJY/HuZuktqy7GZwVZMR1a0P2q6GWrZHzEYoRYmZhdoTdHG JGK9H/dpdOIUjWNqJsrggQIVAj2ICUsvlkKtwXZL+owxi6I5RuTUFd6uf w==; X-IronPort-AV: E=McAfee;i="6500,9779,10458"; a="282978849" X-IronPort-AV: E=Sophos;i="5.93,283,1654585200"; d="scan'208";a="282978849" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2022 07:31:51 -0700 X-IronPort-AV: E=Sophos;i="5.93,283,1654585200"; d="scan'208";a="563978765" Received: from mrabeda-mobl2.ger.corp.intel.com (HELO [10.237.142.96]) ([10.237.142.96]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2022 07:31:51 -0700 Message-ID: <99ef4387-8344-e290-2791-cd45d8142636@linux.intel.com> Date: Fri, 2 Sep 2022 16:31:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [edk2-devel] [PATCH 14/24] NetworkPkg: Remove duplicated words To: devel@edk2.groups.io, pierre.gondois@arm.com References: <20220823160031.991072-1-Pierre.Gondois@arm.com> <20220823160031.991072-15-Pierre.Gondois@arm.com> From: "Maciej Rabeda" In-Reply-To: <20220823160031.991072-15-Pierre.Gondois@arm.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thanks for the patch! Reviewed-by: Maciej Rabeda On 23 sie 2022 18:00, PierreGondois wrote: > 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/ComponentName.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 > > @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. > @param Language A pointer to a three-character ISO 639-2 language identifier. > - This is the language of the driver name that that the caller > + This is the language of the driver name that the caller > is requesting, and it must match one of the languages specified > in SupportedLanguages. The number of languages supported by a > driver is up to the driver writer. > @@ -128,7 +128,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_STRING_TABLE *gDnsControllerNameTable > > @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. > @param Language A pointer to a three-character ISO 639-2 language identifier. > - This is the language of the driver name that that the caller > + This is the language of the driver name that the caller > is requesting, and it must match one of the languages specified > in SupportedLanguages. The number of languages supported 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 mHttpBootDxeControllerNameTable[] = { > > @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. > @param Language A pointer to a three-character ISO 639-2 language identifier. > - This is the language of the driver name that that the caller > + This is the language of the driver name that the caller > is requesting, and it must match one of the languages specified > in SupportedLanguages. The number of languages supported 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 > > @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. > @param Language A pointer to a three-character ISO 639-2 language identifier. > - This is the language of the driver name that that the caller > + This is the language of the driver name that the caller > is requesting, and it must match one of the languages specified > in SupportedLanguages. The number of languages supported by a > driver is up to the driver writer. > diff --git a/NetworkPkg/HttpDxe/ComponentName.c b/NetworkPkg/HttpDxe/ComponentName.c > index db41d582c3b2..29cbae6b57b2 100644 > --- a/NetworkPkg/HttpDxe/ComponentName.c > +++ b/NetworkPkg/HttpDxe/ComponentName.c > @@ -44,7 +44,7 @@ EFI_UNICODE_STRING_TABLE mHttpDxeDriverNameTable[] = { > > @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. > @param Language A pointer to a three-character ISO 639-2 language identifier. > - This is the language of the driver name that that the caller > + This is the language of the driver name that the caller > is requesting, and it must match one of the languages specified > in SupportedLanguages. The number of languages supported by a > driver is up to the driver writer. > diff --git a/NetworkPkg/HttpDxe/ComponentName.h b/NetworkPkg/HttpDxe/ComponentName.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 > > @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. > @param Language A pointer to a three-character ISO 639-2 language identifier. > - This is the language of the driver name that that the caller > + This is the language of the driver name that the caller > is requesting, and it must match one of the languages specified > in SupportedLanguages. The number of languages supported 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 ( > } > > /** > - 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 entry. > > 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/WifiConnectionMgrComponentName.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[] = { > > @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. > @param Language A pointer to a three-character ISO 639-2 language identifier. > - This is the language of the driver name that that the caller > + This is the language of the driver name that the caller > is requesting, and it must match one of the languages specified > in SupportedLanguages. The number of languages supported by a > driver is up to the driver writer. > diff --git a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.h b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.h > index c1865f8dcc77..6edb796091ad 100644 > --- a/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.h > +++ b/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.h > @@ -15,7 +15,7 @@ > > @param This A pointer to the EFI_COMPONENT_NAME_PROTOCOL instance. > @param Language A pointer to a three-character ISO 639-2 language identifier. > - This is the language of the driver name that that the caller > + This is the language of the driver name that the caller > is requesting, and it must match one of the languages specified > in SupportedLanguages. The number of languages supported by a > driver is up to the driver writer.