]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix function comments.
authorniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Feb 2009 07:47:59 +0000 (07:47 +0000)
committerniry <niry@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 24 Feb 2009 07:47:59 +0000 (07:47 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7636 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Driver.c
MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Impl.h

index ceeee0545e6876fe0c2e0f33d4c08fe0de0286be..56c993eee7a6e995c458e88606072c0b83d874d8 100644 (file)
@@ -66,7 +66,16 @@ Mtftp4DriverEntryPoint (
 \r
   @retval EFI_SUCCESS            The controller has UDP service binding protocol\r
                                  installed, MTFTP can support it.\r
-  @retval Others                 MTFTP can't support the controller.\r
+  @retval EFI_ALREADY_STARTED    The device specified by ControllerHandle and\r
+                                 RemainingDevicePath is already being managed by \r
+                                 the driver specified by This.\r
+  @retval EFI_ACCESS_DENIED      The device specified by ControllerHandle and\r
+                                 RemainingDevicePath is already being managed by a \r
+                                 different driver or an application that requires \r
+                                 exclusive access.\r
+  @retval EFI_UNSUPPORTED        The device specified by ControllerHandle and\r
+                                 RemainingDevicePath is not supported by the driver \r
+                                 specified by This.\r
 \r
 **/\r
 EFI_STATUS\r
index efc0e4a8fe4a448ea27188535a099c958a16d911..266c32e2560343a7565ee8f03a03cd55e396a7da 100644 (file)
@@ -73,7 +73,7 @@ struct _MTFTP4_SERVICE {
   UINT16                        ChildrenNum;\r
   LIST_ENTRY                    Children;\r
 \r
-  EFI_EVENT                     Timer;  // Ticking timer for all the MTFTP clients\r
+  EFI_EVENT                     Timer;  ///< Ticking timer for all the MTFTP clients\r
   EFI_EVENT                     TimerToGetMap;\r
 \r
   EFI_HANDLE                    Controller;\r