Reviewed-by: Maciej Rabeda <maciej.rab...@intel.com> Thanks! Maciej
-----Original Message----- From: Philippe Mathieu-Daude <phi...@redhat.com> Sent: Tuesday, December 3, 2019 17:16 To: devel@edk2.groups.io Cc: Antoine Coeur <co...@gmx.fr>; Wu, Jiaxin <jiaxin...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Rabeda, Maciej <maciej.rab...@intel.com>; Philippe Mathieu-Daude <phi...@redhat.com> Subject: [PATCH 55/79] NetworkPkg/VlanConfigDxe: Fix few typos From: Antoine Coeur <co...@gmx.fr> Correctly write 'EFI_SUCCESS' in the documentation. Cc: Jiaxin Wu <jiaxin...@intel.com> Cc: Siyuan Fu <siyuan...@intel.com> Cc: Maciej Rabeda <maciej.rab...@intel.com> Reviewed-by: Philippe Mathieu-Daude <phi...@redhat.com> Signed-off-by: Philippe Mathieu-Daude <phi...@redhat.com> --- NetworkPkg/VlanConfigDxe/VlanConfigImpl.h | 6 +++--- NetworkPkg/VlanConfigDxe/VlanConfigDriver.c | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NetworkPkg/VlanConfigDxe/VlanConfigImpl.h b/NetworkPkg/VlanConfigDxe/VlanConfigImpl.h index 14f99c03b7d0..2f1f17e6ef95 100644 --- a/NetworkPkg/VlanConfigDxe/VlanConfigImpl.h +++ b/NetworkPkg/VlanConfigDxe/VlanConfigImpl.h @@ -185,7 +185,7 @@ VlanConfigComponentNameGetControllerName ( @param[in] RemainingDevicePath Optional parameter use to pick a specific child device to start. - @retval EFI_SUCCES This driver supports this device + @retval EFI_SUCCESS This driver supports this device @retval EFI_ALREADY_STARTED This driver is already running on this device @retval other This driver does not support this device @@ -206,7 +206,7 @@ VlanConfigDriverBindingSupported ( @param[in] RemainingDevicePath Optional parameter use to pick a specific child device to start. - @retval EFI_SUCCES This driver is added to ControllerHandle + @retval EFI_SUCCESS This driver is added to ControllerHandle @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle @retval other This driver does not support this device @@ -228,7 +228,7 @@ VlanConfigDriverBindingStart ( of children is zero stop the entire bus driver. @param[in] ChildHandleBuffer List of Child Handles to Stop. - @retval EFI_SUCCES This driver is removed ControllerHandle + @retval EFI_SUCCESS This driver is removed ControllerHandle @retval other This driver was not removed from this device **/ diff --git a/NetworkPkg/VlanConfigDxe/VlanConfigDriver.c b/NetworkPkg/VlanConfigDxe/VlanConfigDriver.c index c717d9ea523c..ae636b763f93 100644 --- a/NetworkPkg/VlanConfigDxe/VlanConfigDriver.c +++ b/NetworkPkg/VlanConfigDxe/VlanConfigDriver.c @@ -24,7 +24,7 @@ EFI_DRIVER_BINDING_PROTOCOL gVlanConfigDriverBinding = { @param[in] ImageHandle The image handle of the driver. @param[in] SystemTable The system table. - @retval EFI_SUCCES All the related protocols are installed on the driver. + @retval EFI_SUCCESS All the related protocols are installed on the driver. @retval Others Failed to install protocols. **/ @@ -54,7 +54,7 @@ VlanConfigDriverEntryPoint ( @param[in] RemainingDevicePath Optional parameter use to pick a specific child device to start. - @retval EFI_SUCCES This driver supports this device + @retval EFI_SUCCESS This driver supports this device @retval EFI_ALREADY_STARTED This driver is already running on this device @retval other This driver does not support this device @@ -104,7 +104,7 @@ VlanConfigDriverBindingSupported ( @param[in] RemainingDevicePath Optional parameter use to pick a specific child device to start. - @retval EFI_SUCCES This driver is added to ControllerHandle + @retval EFI_SUCCESS This driver is added to ControllerHandle @retval EFI_ALREADY_STARTED This driver is already running on ControllerHandle @retval other This driver does not support this device @@ -236,7 +236,7 @@ ErrorExit: of children is zero stop the entire bus driver. @param[in] ChildHandleBuffer List of Child Handles to Stop. - @retval EFI_SUCCES This driver is removed ControllerHandle + @retval EFI_SUCCESS This driver is removed ControllerHandle @retval other This driver was not removed from this device **/ -- 2.21.0 -------------------------------------------------------------------- Intel Technology Poland sp. z o.o. ul. Slowackiego 173 | 80-298 Gdansk | Sad Rejonowy Gdansk Polnoc | VII Wydzial Gospodarczy Krajowego Rejestru Sadowego - KRS 101882 | NIP 957-07-52-316 | Kapital zakladowy 200.000 PLN. Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek przegladanie lub rozpowszechnianie jest zabronione. This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). If you are not the intended recipient, please contact the sender and delete all copies; any review or distribution by others is strictly prohibited. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#51991): https://edk2.groups.io/g/devel/message/51991 Mute This Topic: https://groups.io/mt/67501212/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-