]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.h
remove additional space from comments and pass ICC/GCC44 build
[mirror_edk2.git] / MdeModulePkg / Bus / Ata / AtaAtapiPassThru / AhciMode.h
index 668e9921b23dea0ac2b78ac7c20cc10bae8ff232..1efe0ebe7349c89d0508a8e0eb45b65aab23080a 100644 (file)
@@ -351,15 +351,15 @@ AhciStopCommand (
 /**\r
   Start a non data transfer on specific port.\r
     \r
-  @param  PciIo             The PCI IO protocol instance.\r
-  @param  AhciRegisters         The pointer to the EFI_AHCI_REGISTERS.\r
-  @param  Port              The number of port.\r
+  @param  PciIo               The PCI IO protocol instance.\r
+  @param  AhciRegisters       The pointer to the EFI_AHCI_REGISTERS.\r
+  @param  Port                The number of port.\r
   @param  PortMultiplier      The timeout value of stop.\r
-  @param  AtapiCommand      The atapi command will be used for the transfer.\r
-  @param  AtapiCommandLength    The length of the atapi command.\r
-  @param    AtaCommandBlock       The EFI_ATA_COMMAND_BLOCK data.\r
-  @param    AtaStatusBlock        The EFI_ATA_STATUS_BLOCK data.\r
-  @param  Timeout               The timeout value of non data transfer.\r
+  @param  AtapiCommand        The atapi command will be used for the transfer.\r
+  @param  AtapiCommandLength  The length of the atapi command.\r
+  @param  AtaCommandBlock     The EFI_ATA_COMMAND_BLOCK data.\r
+  @param  AtaStatusBlock      The EFI_ATA_STATUS_BLOCK data.\r
+  @param  Timeout             The timeout value of non data transfer.\r
 \r
   @retval EFI_DEVICE_ERROR    The non data transfer abort with error occurs.\r
   @retval EFI_TIMEOUT         The operation is time out.\r
@@ -384,23 +384,23 @@ AhciNonDataTransfer (
 /**\r
   Start a DMA data transfer on specific port\r
 \r
-  @param  PciIo         The PCI IO protocol instance.\r
-  @param  AhciRegisters         The pointer to the EFI_AHCI_REGISTERS.\r
-  @param  Port          The number of port.\r
+  @param  PciIo               The PCI IO protocol instance.\r
+  @param  AhciRegisters       The pointer to the EFI_AHCI_REGISTERS.\r
+  @param  Port                The number of port.\r
   @param  PortMultiplier      The timeout value of stop.\r
   @param  AtapiCommand        The atapi command will be used for the transfer.\r
-  @param  AtapiCommandLength    The length of the atapi command.\r
-  @param  Read                  The transfer direction.\r
-  @param  AtaCommandBlock       The EFI_ATA_COMMAND_BLOCK data.\r
-  @param  AtaStatusBlock        The EFI_ATA_STATUS_BLOCK data.\r
-  @param  MemoryAddr            The pointer to the data buffer.\r
-  @param  DataCount             The data count to be transferred.\r
-  @param  Timeout               The timeout value of non data transfer.\r
-\r
-  @retval EFI_DEVICE_ERROR  The DMA data transfer abort with error occurs.\r
-  @retval EFI_TIMEOUT     The operation is time out.\r
-  @retval EFI_UNSUPPORTED   The device is not ready for transfer.\r
-  @retval EFI_SUCCESS     The DMA data transfer executes successfully.\r
+  @param  AtapiCommandLength  The length of the atapi command.\r
+  @param  Read                The transfer direction.\r
+  @param  AtaCommandBlock     The EFI_ATA_COMMAND_BLOCK data.\r
+  @param  AtaStatusBlock      The EFI_ATA_STATUS_BLOCK data.\r
+  @param  MemoryAddr          The pointer to the data buffer.\r
+  @param  DataCount           The data count to be transferred.\r
+  @param  Timeout             The timeout value of non data transfer.\r
+\r
+  @retval EFI_DEVICE_ERROR    The DMA data transfer abort with error occurs.\r
+  @retval EFI_TIMEOUT         The operation is time out.\r
+  @retval EFI_UNSUPPORTED     The device is not ready for transfer.\r
+  @retval EFI_SUCCESS         The DMA data transfer executes successfully.\r
    \r
 **/\r
 EFI_STATUS\r
@@ -423,11 +423,11 @@ AhciDmaTransfer (
 /**\r
   Start a PIO data transfer on specific port.\r
     \r
-  @param  PciIo             The PCI IO protocol instance.\r
+  @param  PciIo               The PCI IO protocol instance.\r
   @param  AhciRegisters       The pointer to the EFI_AHCI_REGISTERS.\r
-  @param  Port              The number of port.\r
-  @param  PortMultiplier    The timeout value of stop.\r
-  @param  AtapiCommand      The atapi command will be used for the transfer.\r
+  @param  Port                The number of port.\r
+  @param  PortMultiplier      The timeout value of stop.\r
+  @param  AtapiCommand        The atapi command will be used for the transfer.\r
   @param  AtapiCommandLength  The length of the atapi command.\r
   @param  Read                The transfer direction.\r
   @param  AtaCommandBlock     The EFI_ATA_COMMAND_BLOCK data.\r