]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Mtftp6Dxe/Mtftp6Driver.c
NetworkPkg: comments clean up.
[mirror_edk2.git] / NetworkPkg / Mtftp6Dxe / Mtftp6Driver.c
index d448c78a347db8029f9c562c9369c643fdccaeaa..9aa401e408970ee1d1c2eee4b014d141957702bc 100644 (file)
@@ -2,7 +2,7 @@
   Driver Binding functions and Service Binding functions\r
   implementation for Mtftp6 Driver.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -270,7 +270,7 @@ Mtftp6DriverEntryPoint (
 \r
 \r
 /**\r
-  Test to see if this driver supports ControllerHandle. This service\r
+  Test to see if this driver supports Controller. This service\r
   is called by the EFI boot service ConnectController(). In\r
   order to make drivers as small as possible, there are calling\r
   restrictions for this service. ConnectController() must\r
@@ -278,7 +278,7 @@ Mtftp6DriverEntryPoint (
   Supported(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This                Protocol instance pointer.\r
-  @param[in]  ControllerHandle    Handle of device to test\r
+  @param[in]  Controller          Handle of device to test\r
   @param[in]  RemainingDevicePath Optional parameter use to pick a specific child.\r
                                   device to start.\r
 \r
@@ -306,7 +306,7 @@ Mtftp6DriverBindingSupported (
 \r
 \r
 /**\r
-  Start this driver on ControllerHandle. This service is called by the\r
+  Start this driver on Controller. This service is called by the\r
   EFI boot service ConnectController(). In order to make\r
   drivers as small as possible, there are calling restrictions for\r
   this service. ConnectController() must follow these\r
@@ -314,12 +314,12 @@ Mtftp6DriverBindingSupported (
   must also follow these calling restrictions.\r
 \r
   @param[in]  This                 Protocol instance pointer.\r
-  @param[in]  ControllerHandle     Handle of device to bind driver to.\r
+  @param[in]  Controller           Handle of device to bind driver to.\r
   @param[in]  RemainingDevicePath  Optional parameter use to pick a specific child\r
                                    device to start.\r
 \r
-  @retval EFI_SUCCESS          This driver is added to ControllerHandle.\r
-  @retval EFI_ALREADY_STARTED  This driver is already running on ControllerHandle.\r
+  @retval EFI_SUCCESS          This driver is added to Controller.\r
+  @retval EFI_ALREADY_STARTED  This driver is already running on Controller.\r
   @retval Others               This driver does not support this device.\r
 \r
 **/\r
@@ -402,20 +402,20 @@ ON_ERROR:
 \r
 \r
 /**\r
-  Stop this driver on ControllerHandle. This service is called by the\r
+  Stop this driver on Controller. This service is called by the\r
   EFI boot service DisconnectController(). In order to\r
-  make drivers as small as possible, there are a few calling\r
+  make drivers as small as possible, there are calling\r
   restrictions for this service. DisconnectController()\r
   must follow these calling restrictions. If any other agent wishes\r
-  to call Stop() it must also follow these calling restrictions.\r
+  to call Stop(), it must also follow these calling restrictions.\r
 \r
   @param[in]  This              Protocol instance pointer.\r
-  @param[in]  ControllerHandle  Handle of device to stop driver on\r
+  @param[in]  Controller        Handle of device to stop driver on\r
   @param[in]  NumberOfChildren  Number of Handles in ChildHandleBuffer. If number of\r
                                 children is zero, stop the entire bus driver.\r
   @param[in]  ChildHandleBuffer List of Child Handles to Stop.\r
 \r
-  @retval EFI_SUCCESS       This driver is removed ControllerHandle.\r
+  @retval EFI_SUCCESS       This driver is removed Controller.\r
   @retval EFI_DEVICE_ERROR  An unexpected error.\r
   @retval Others            This driver was not removed from this device.\r
 \r