]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c
Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Partition...
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / IdeMode.c
index 915e4bb296fd3cab4ed4c6307b940e9c6619443f..1a4ac45bc1dc89c4a18391549b487a6f8b3e88eb 100644 (file)
@@ -1128,12 +1128,12 @@ AtaIssueCommand (
   @param[in]      IdeRegisters     A pointer to EFI_IDE_REGISTERS data structure.\r
   @param[in, out] Buffer           A pointer to the source buffer for the data.\r
   @param[in]      ByteCount        The length of the data.\r
-  @param[in] Read                  Flag used to determine the data transfer direction.\r
+  @param[in]      Read             Flag used to determine the data transfer direction.\r
                                    Read equals 1, means data transferred from device\r
                                    to host;Read equals 0, means data transferred\r
                                    from host to device.\r
   @param[in]      AtaCommandBlock  A pointer to EFI_ATA_COMMAND_BLOCK data structure.\r
-  @param[in]      AtaStatusBlock   A pointer to EFI_ATA_STATUS_BLOCK data structure.\r
+  @param[in, out] AtaStatusBlock   A pointer to EFI_ATA_STATUS_BLOCK data structure.\r
   @param[in]      Timeout          The time to complete the command.\r
   @param[in]      Task             Optional. Pointer to the ATA_NONBLOCK_TASK\r
                                    used by non-blocking mode.\r