]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg/VlanConfigDxe: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:08:06 +0000 (02:08 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
Correctly write 'EFI_SUCCESS' in the documentation.

Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-54-philmd@redhat.com>

NetworkPkg/VlanConfigDxe/VlanConfigDriver.c
NetworkPkg/VlanConfigDxe/VlanConfigImpl.h

index c717d9ea523c5765e2a693d28d67a2f845196c91..ae636b763f93a5682aab2254984c360cf1704be1 100644 (file)
@@ -24,7 +24,7 @@ EFI_DRIVER_BINDING_PROTOCOL gVlanConfigDriverBinding = {
   @param[in]  ImageHandle        The image handle of the driver.\r
   @param[in]  SystemTable        The system table.\r
 \r
   @param[in]  ImageHandle        The image handle of the driver.\r
   @param[in]  SystemTable        The system table.\r
 \r
-  @retval EFI_SUCCES             All the related protocols are installed on the driver.\r
+  @retval EFI_SUCCESS            All the related protocols are installed on the driver.\r
   @retval Others                 Failed to install protocols.\r
 \r
 **/\r
   @retval Others                 Failed to install protocols.\r
 \r
 **/\r
@@ -54,7 +54,7 @@ VlanConfigDriverEntryPoint (
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
-  @retval EFI_SUCCES           This driver supports this device\r
+  @retval EFI_SUCCESS          This driver supports this device\r
   @retval EFI_ALREADY_STARTED  This driver is already running on this device\r
   @retval other                This driver does not support this device\r
 \r
   @retval EFI_ALREADY_STARTED  This driver is already running on this device\r
   @retval other                This driver does not support this device\r
 \r
@@ -104,7 +104,7 @@ VlanConfigDriverBindingSupported (
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
-  @retval EFI_SUCCES           This driver is added to ControllerHandle\r
+  @retval EFI_SUCCESS          This driver is added to ControllerHandle\r
   @retval EFI_ALREADY_STARTED  This driver is already running on ControllerHandle\r
   @retval other                This driver does not support this device\r
 \r
   @retval EFI_ALREADY_STARTED  This driver is already running on ControllerHandle\r
   @retval other                This driver does not support this device\r
 \r
@@ -236,7 +236,7 @@ ErrorExit:
                                    of children is zero stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer    List of Child Handles to Stop.\r
 \r
                                    of children is zero stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer    List of Child Handles to Stop.\r
 \r
-  @retval EFI_SUCCES           This driver is removed ControllerHandle\r
+  @retval EFI_SUCCESS          This driver is removed ControllerHandle\r
   @retval other                This driver was not removed from this device\r
 \r
 **/\r
   @retval other                This driver was not removed from this device\r
 \r
 **/\r
index 14f99c03b7d075ef624582ba4c4de8e6b8d9dcb4..2f1f17e6ef95b0b4219b4ef90318c18754e5e9bb 100644 (file)
@@ -185,7 +185,7 @@ VlanConfigComponentNameGetControllerName (
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
-  @retval EFI_SUCCES           This driver supports this device\r
+  @retval EFI_SUCCESS          This driver supports this device\r
   @retval EFI_ALREADY_STARTED  This driver is already running on this device\r
   @retval other                This driver does not support this device\r
 \r
   @retval EFI_ALREADY_STARTED  This driver is already running on this device\r
   @retval other                This driver does not support this device\r
 \r
@@ -206,7 +206,7 @@ VlanConfigDriverBindingSupported (
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
-  @retval EFI_SUCCES           This driver is added to ControllerHandle\r
+  @retval EFI_SUCCESS          This driver is added to ControllerHandle\r
   @retval EFI_ALREADY_STARTED  This driver is already running on ControllerHandle\r
   @retval other                This driver does not support this device\r
 \r
   @retval EFI_ALREADY_STARTED  This driver is already running on ControllerHandle\r
   @retval other                This driver does not support this device\r
 \r
@@ -228,7 +228,7 @@ VlanConfigDriverBindingStart (
                                    of children is zero stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer    List of Child Handles to Stop.\r
 \r
                                    of children is zero stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer    List of Child Handles to Stop.\r
 \r
-  @retval EFI_SUCCES           This driver is removed ControllerHandle\r
+  @retval EFI_SUCCESS          This driver is removed ControllerHandle\r
   @retval other                This driver was not removed from this device\r
 \r
 **/\r
   @retval other                This driver was not removed from this device\r
 \r
 **/\r