]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/AtaPassThru.h
MdePkg: Fix OUT parameters marked as IN OUT
[mirror_edk2.git] / MdePkg / Include / Protocol / AtaPassThru.h
index ce6f57fd9a3539d15dac3f66478372786d95e06d..888dff2d73f099664504909c2533897b60eb1096 100644 (file)
@@ -315,7 +315,7 @@ EFI_STATUS
   @param[in]     PortMultiplierPort  The port multiplier port number of the ATA device for which a\r
                                      device path node is to be allocated and built. If there is no\r
                                      port multiplier, then specify 0xFFFF.\r
-  @param[in,out] DevicePath          A pointer to a single device path node that describes the ATA\r
+  @param[out]    DevicePath          A pointer to a single device path node that describes the ATA\r
                                      device specified by Port and PortMultiplierPort. This function\r
                                      is responsible for allocating the buffer DevicePath with the\r
                                      boot service AllocatePool(). It is the caller's responsibility\r
@@ -334,7 +334,7 @@ EFI_STATUS
   IN     EFI_ATA_PASS_THRU_PROTOCOL *This,\r
   IN     UINT16                     Port,\r
   IN     UINT16                     PortMultiplierPort,\r
-  IN OUT EFI_DEVICE_PATH_PROTOCOL   **DevicePath\r
+  OUT    EFI_DEVICE_PATH_PROTOCOL   **DevicePath\r
   );\r
 \r
 /**\r