From nobody Mon Feb 9 04:59:18 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+53928+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+53928+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=redhat.com Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 158103776950958.90756828980841; Thu, 6 Feb 2020 17:09:29 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id quykYY1788612xq3nIxKTspd; Thu, 06 Feb 2020 17:09:29 -0800 X-Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web10.6482.1581037768585650104 for ; Thu, 06 Feb 2020 17:09:28 -0800 X-Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-78-aJ5AWVPOPI6XJSFDBR3-SA-1; Thu, 06 Feb 2020 20:09:25 -0500 X-Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 87C9ADB22; Fri, 7 Feb 2020 01:09:24 +0000 (UTC) X-Received: from x1w.redhat.com (ovpn-204-120.brq.redhat.com [10.40.204.120]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 77D955C548; Fri, 7 Feb 2020 01:09:23 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Eric Dong Subject: [edk2-devel] [PATCH v3 30/78] NetworkPkg/ArpDxe: Fix various typos Date: Fri, 7 Feb 2020 02:07:43 +0100 Message-Id: <20200207010831.9046-31-philmd@redhat.com> In-Reply-To: <20200207010831.9046-1-philmd@redhat.com> References: <20200207010831.9046-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: aJ5AWVPOPI6XJSFDBR3-SA-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Unsubscribe: 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,philmd@redhat.com X-Gm-Message-State: OD9hKgwvPfMvm9JDjQ18k2NJx1787277AA= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1581037769; bh=8LX9GBdXRw9xP/4p+LQ3x4edFabjEcC4WCSToPulxvI=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=Qmp9iH6OlhcWcR8qzyN+vMVF0I2w2/b71GPAk4zu6YSKnlRxnkkzPGoub1/2u6MT9u4 NUoMlYc54ou0FbkdGFK8iC9H2OVgXv69JlohcFWk3y6iMDAHAwX8TQMz+fpUwicF0QaBu geZhbQSep6OpPzWcViHao/9iEI/UGQZXmo0= X-ZohoMail-DKIM: pass (identity @groups.io) From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude --- NetworkPkg/ArpDxe/ArpDriver.h | 10 +++++----- NetworkPkg/ArpDxe/ArpImpl.h | 14 +++++++------- NetworkPkg/ArpDxe/ArpDriver.c | 14 +++++++------- NetworkPkg/ArpDxe/ArpImpl.c | 16 ++++++++-------- NetworkPkg/ArpDxe/ArpMain.c | 10 +++++----- 5 files changed, 32 insertions(+), 32 deletions(-) diff --git a/NetworkPkg/ArpDxe/ArpDriver.h b/NetworkPkg/ArpDxe/ArpDriver.h index 0b5b06ee37d5..7dbc1c187820 100644 --- a/NetworkPkg/ArpDxe/ArpDriver.h +++ b/NetworkPkg/ArpDxe/ArpDriver.h @@ -30,7 +30,7 @@ extern EFI_COMPONENT_NAME_PROTOCOL gArpComponentName; extern EFI_COMPONENT_NAME2_PROTOCOL gArpComponentName2; =20 // -// Function prototypes for the Drivr Binding Protocol +// Function prototypes for the Driver Binding Protocol // /** Tests to see if this driver supports a given controller. @@ -55,7 +55,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gArpComponentName2; @retval EFI_ACCESS_DENIED The device specified by ControllerHandl= e and RemainingDevicePath is already being ma= naged by a different driver or an application th= at - requires exclusive acces. Currently not= implemented. + requires exclusive access. Currently no= t implemented. @retval EFI_UNSUPPORTED The device specified by ControllerHandl= e and RemainingDevicePath is not supported by= the driver specified by This. @@ -97,7 +97,7 @@ ArpDriverBindingSupported ( Currently not implemented. @retval EFI_OUT_OF_RESOURCES The request could not be completed due = to a lack of resources. - @retval Others The driver failded to start the device. + @retval Others The driver failed to start the device. =20 **/ EFI_STATUS @@ -159,7 +159,7 @@ ArpDriverBindingStop ( then a new handle is created. If it is a pointer to = an existing UEFI handle, then the protocol is added to the exist= ing UEFI handle. =20 - @retval EFI_SUCCES The protocol was added to ChildHandle. + @retval EFI_SUCCESS The protocol was added to ChildHandle. @retval EFI_INVALID_PARAMETER ChildHandle is NULL. @retval EFI_OUT_OF_RESOURCES There are not enough resources available t= o create the child @@ -183,7 +183,7 @@ ArpServiceBindingCreateChild ( @param This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance. @param ChildHandle Handle of the child to destroy =20 - @retval EFI_SUCCES The protocol was removed from ChildHandle. + @retval EFI_SUCCESS The protocol was removed from ChildHandle. @retval EFI_UNSUPPORTED ChildHandle does not support the protocol = that is being removed. @retval EFI_INVALID_PARAMETER Child handle is NULL. diff --git a/NetworkPkg/ArpDxe/ArpImpl.h b/NetworkPkg/ArpDxe/ArpImpl.h index 47eedc1cb6f7..506f3e6ef61e 100644 --- a/NetworkPkg/ArpDxe/ArpImpl.h +++ b/NetworkPkg/ArpDxe/ArpImpl.h @@ -436,7 +436,7 @@ ArpRequest ( =20 If the request is in the internal ARP request queue, the request is abor= ted immediately and its ResolvedEvent is signaled. Only an asynchronous addr= ess - request needs to be canceled. If TargeSwAddress and ResolveEvent are both + request needs to be canceled. If TargetSwAddress and ResolvedEvent are b= oth NULL, all the pending asynchronous requests that have been issued by This instance will be cancelled and their corresponding events will be signal= ed. =20 @@ -599,7 +599,7 @@ ArpDeleteCacheEntry ( ); =20 /** - Send out an arp frame using the CachEntry and the ArpOpCode. + Send out an arp frame using the CacheEntry and the ArpOpCode. =20 @param[in] Instance Pointer to the instance context data. @param[in] CacheEntry Pointer to the configuration data use= d to @@ -636,7 +636,7 @@ ArpInitInstance ( /** Process the Arp packets received from Mnp, the procedure conforms to RFC= 826. =20 - @param[in] Context Pointer to the context data registerd to = the + @param[in] Context Pointer to the context data registered to= the Event. =20 @return None. @@ -652,7 +652,7 @@ ArpOnFrameRcvdDpc ( Queue ArpOnFrameRcvdDpc as a DPC at TPL_CALLBACK. =20 @param[in] Event The Event this notify function regist= ered to. - @param[in] Context Pointer to the context data registerd= to the + @param[in] Context Pointer to the context data registere= d to the Event. =20 @return None. @@ -668,7 +668,7 @@ ArpOnFrameRcvd ( /** Process the already sent arp packets. =20 - @param[in] Context Pointer to the context data registerd= to the + @param[in] Context Pointer to the context data registere= d to the Event. =20 @return None. @@ -684,7 +684,7 @@ ArpOnFrameSentDpc ( Request ArpOnFrameSentDpc as a DPC at TPL_CALLBACK. =20 @param[in] Event The Event this notify function regist= ered to. - @param[in] Context Pointer to the context data registerd= to the + @param[in] Context Pointer to the context data registere= d to the Event. =20 @return None. @@ -701,7 +701,7 @@ ArpOnFrameSent ( Process the arp cache olding and drive the retrying arp requests. =20 @param[in] Event The Event this notify function regist= ered to. - @param[in] Context Pointer to the context data registerd= to the + @param[in] Context Pointer to the context data registere= d to the Event. =20 @return None. diff --git a/NetworkPkg/ArpDxe/ArpDriver.c b/NetworkPkg/ArpDxe/ArpDriver.c index 632d691d7588..f50beb55bf9f 100644 --- a/NetworkPkg/ArpDxe/ArpDriver.c +++ b/NetworkPkg/ArpDxe/ArpDriver.c @@ -195,7 +195,7 @@ ArpCleanService ( =20 if (ArpService->PeriodicTimer !=3D NULL) { // - // Cancle and close the PeriodicTimer. + // Cancel and close the PeriodicTimer. // gBS->SetTimer (ArpService->PeriodicTimer, TimerCancel, 0); gBS->CloseEvent (ArpService->PeriodicTimer); @@ -203,7 +203,7 @@ ArpCleanService ( =20 if (ArpService->RxToken.Event !=3D NULL) { // - // Cancle the RxToken and close the event in the RxToken. + // Cancel the RxToken and close the event in the RxToken. // ArpService->Mnp->Cancel (ArpService->Mnp, NULL); gBS->CloseEvent (ArpService->RxToken.Event); @@ -288,7 +288,7 @@ ArpDestroyChildEntryInHandleBuffer ( @retval EFI_ACCESS_DENIED The device specified by ControllerHandl= e and RemainingDevicePath is already being ma= naged by a different driver or an application th= at - requires exclusive acces. Currently not= implemented. + requires exclusive access. Currently no= t implemented. @retval EFI_UNSUPPORTED The device specified by ControllerHandl= e and RemainingDevicePath is not supported by= the driver specified by This. @@ -363,7 +363,7 @@ ArpDriverBindingSupported ( Currently not implemented. @retval EFI_OUT_OF_RESOURCES The request could not be completed due = to a lack of resources. - @retval Others The driver failded to start the device. + @retval Others The driver failed to start the device. =20 **/ EFI_STATUS @@ -547,7 +547,7 @@ ArpDriverBindingStop ( then a new handle is created. If it is a pointer to = an existing UEFI handle, then the protocol is added to the exist= ing UEFI handle. =20 - @retval EFI_SUCCES The protocol was added to ChildHandle. + @retval EFI_SUCCESS The protocol was added to ChildHandle. @retval EFI_INVALID_PARAMETER ChildHandle is NULL. @retval EFI_OUT_OF_RESOURCES There are not enough resources available t= o create the child @@ -598,7 +598,7 @@ ArpServiceBindingCreateChild ( NULL ); if (EFI_ERROR (Status)) { - DEBUG ((EFI_D_ERROR, "ArpSBCreateChild: faild to install ARP protocol,= %r.\n", Status)); + DEBUG ((EFI_D_ERROR, "ArpSBCreateChild: failed to install ARP protocol= , %r.\n", Status)); =20 FreePool (Instance); return Status; @@ -672,7 +672,7 @@ ArpServiceBindingCreateChild ( @param This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance. @param ChildHandle Handle of the child to destroy =20 - @retval EFI_SUCCES The protocol was removed from ChildHandle. + @retval EFI_SUCCESS The protocol was removed from ChildHandle. @retval EFI_UNSUPPORTED ChildHandle does not support the protocol = that is being removed. @retval EFI_INVALID_PARAMETER Child handle is NULL. diff --git a/NetworkPkg/ArpDxe/ArpImpl.c b/NetworkPkg/ArpDxe/ArpImpl.c index 0e9ef103eff9..9cdb33f2bd66 100644 --- a/NetworkPkg/ArpDxe/ArpImpl.c +++ b/NetworkPkg/ArpDxe/ArpImpl.c @@ -55,7 +55,7 @@ ArpInitInstance ( /** Process the Arp packets received from Mnp, the procedure conforms to RFC= 826. =20 - @param[in] Context Pointer to the context data registerd to = the + @param[in] Context Pointer to the context data registered to= the Event. =20 @return None. @@ -316,7 +316,7 @@ ArpOnFrameRcvdDpc ( Queue ArpOnFrameRcvdDpc as a DPC at TPL_CALLBACK. =20 @param[in] Event The Event this notify function regist= ered to. - @param[in] Context Pointer to the context data registerd= to the + @param[in] Context Pointer to the context data registere= d to the Event. =20 @return None. @@ -338,7 +338,7 @@ ArpOnFrameRcvd ( /** Process the already sent arp packets. =20 - @param[in] Context Pointer to the context data registerd= to the + @param[in] Context Pointer to the context data registere= d to the Event. =20 @return None. @@ -377,7 +377,7 @@ ArpOnFrameSentDpc ( Request ArpOnFrameSentDpc as a DPC at TPL_CALLBACK. =20 @param[in] Event The Event this notify function regist= ered to. - @param[in] Context Pointer to the context data registerd= to the + @param[in] Context Pointer to the context data registere= d to the Event. =20 @return None. @@ -401,7 +401,7 @@ ArpOnFrameSent ( Process the arp cache olding and drive the retrying arp requests. =20 @param[in] Event The Event this notify function regist= ered to. - @param[in] Context Pointer to the context data registerd= to the + @param[in] Context Pointer to the context data registere= d to the Event. =20 @return None. @@ -1008,7 +1008,7 @@ ArpConfigureInstance ( =20 =20 /** - Send out an arp frame using the CachEntry and the ArpOpCode. + Send out an arp frame using the CacheEntry and the ArpOpCode. =20 @param[in] Instance Pointer to the instance context data. @param[in] CacheEntry Pointer to the configuration data use= d to @@ -1344,7 +1344,7 @@ ArpDeleteCacheEntry ( ); =20 // - // Delete the cache entries inthe ResolvedCacheTable. + // Delete the cache entries in the ResolvedCacheTable. // Count +=3D ArpDeleteCacheEntryInTable ( &ArpService->ResolvedCacheTable, @@ -1466,7 +1466,7 @@ ArpFindCacheEntry ( ArpService =3D Instance->ArpService; =20 // - // Init the FounEntries used to hold the found cache entries. + // Init the FoundEntries used to hold the found cache entries. // NetMapInit (&FoundEntries); =20 diff --git a/NetworkPkg/ArpDxe/ArpMain.c b/NetworkPkg/ArpDxe/ArpMain.c index f06121fed452..6e8690a93689 100644 --- a/NetworkPkg/ArpDxe/ArpMain.c +++ b/NetworkPkg/ArpDxe/ArpMain.c @@ -175,7 +175,7 @@ ArpAdd ( OldTpl =3D gBS->RaiseTPL (TPL_CALLBACK); =20 // - // See whether the entry to add exists. Check the DeinedCacheTable first. + // See whether the entry to add exists. Check the DeniedCacheTable first. // CacheEntry =3D ArpFindDeniedCacheEntry ( ArpService, @@ -198,7 +198,7 @@ ArpAdd ( =20 if ((CacheEntry !=3D NULL) && !Overwrite) { // - // The entry to add exists, if not Overwirte, deny this add request. + // The entry to add exists, if not Overwrite, deny this add request. // Status =3D EFI_ACCESS_DENIED; goto UNLOCK_EXIT; @@ -542,7 +542,7 @@ ArpRequest ( ProtocolAddress.AddressPtr =3D TargetSwAddress; =20 // - // Initialize the TargetHwAddrss to a zero address. + // Initialize the TargetHwAddress to a zero address. // ZeroMem (TargetHwAddress, SnpMode->HwAddressSize); =20 @@ -675,7 +675,7 @@ ArpRequest ( =20 If the request is in the internal ARP request queue, the request is abor= ted immediately and its ResolvedEvent is signaled. Only an asynchronous addr= ess - request needs to be canceled. If TargeSwAddress and ResolveEvent are both + request needs to be canceled. If TargetSwAddress and ResolvedEvent are b= oth NULL, all the pending asynchronous requests that have been issued by This instance will be cancelled and their corresponding events will be signal= ed. =20 @@ -729,7 +729,7 @@ ArpCancel ( =20 // // Dispatch the DPCs queued by the NotifyFunction of the events signaled - // by ArpCancleRequest. + // by ArpCancelRequest. // DispatchDpc (); =20 --=20 2.21.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 (#53928): https://edk2.groups.io/g/devel/message/53928 Mute This Topic: https://groups.io/mt/71039564/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-