]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Driver.c
Fix function comments.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Mtftp4Dxe / Mtftp4Driver.c
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