]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiScsiLib/UefiScsiLib.c
Code Scrub for MdePkg.
[mirror_edk2.git] / MdePkg / Library / UefiScsiLib / UefiScsiLib.c
index ac032cd4d5bce9964a97ecb2716204291809d812..bbf63179e7f532315f2597db2635d729e66279be 100644 (file)
@@ -113,13 +113,13 @@ ScsiTestUnitReadyCommand (
 \r
   @param[in]     ScsiIo             SCSI IO Protocol to use\r
   @param[in]     Timeout            The length of timeout period.\r
-  @param[out]    SenseData          A pointer to output sense data.\r
+  @param[in]    SenseData          A pointer to output sense data.\r
   @param[in out] SenseDataLength    On input, the length in bytes of the SenseData buffer. On\r
                                     output, the number of bytes written to the SenseData buffer.\r
   @param[out]    HostAdapterStatus  The status of Host Adapter.\r
   @param[out]    TargetStatus       The status of the target.\r
-  @param[in]     InquirydataBuffer  A pointer to inquiry data buffer.\r
-  @param[in,out] InquiryDataLength  The length of inquiry data buffer.\r
+  @param[in]     InquirydDtaBuffer  A pointer to inquiry data buffer.\r
+  @param[in out] InquiryDataLength  The length of inquiry data buffer.\r
   @param[in]     EnableVitalProductData  Boolean to enable Vital Product Data.\r
 \r
   @retval EFI_SUCCESS         The status of the unit is tested successfully.\r
@@ -213,13 +213,13 @@ ScsiInquiryCommand (
 \r
   @param[in]     ScsiIo             A pointer to SCSI IO protocol.\r
   @param[in]     Timeout            The length of timeout period.\r
-  @param[out]    SenseData          A pointer to output sense data.\r
+  @param[in]    SenseData          A pointer to output sense data.\r
   @param[in out] SenseDataLength    On input, the length in bytes of the SenseData buffer. On\r
                                     output, the number of bytes written to the SenseData buffer.\r
   @param[out]    HostAdapterStatus  The status of Host Adapter.\r
   @param[out]    TargetStatus       The status of the target.\r
   @param[in]     DataBuffer         A pointer to input data buffer.\r
-  @param[in,out] DataLength         The length of input data buffer.\r
+  @param[in out] DataLength         The length of input data buffer.\r
   @param[in]     DBDField           The DBD Field (Optional).\r
   @param[in]     PageControl        Page Control.\r
   @param[in]     PageCode           Page code.\r
@@ -402,13 +402,13 @@ ScsiRequestSenseCommand (
 \r
   @param[in]     ScsiIo             A pointer to SCSI IO protocol.\r
   @param[in]     Timeout            The length of timeout period.\r
-  @param[out]    SenseData          A pointer to output sense data.\r
+  @param[in]    SenseData          A pointer to output sense data.\r
   @param[in out] SenseDataLength    On input, the length in bytes of the SenseData buffer. On\r
                                     output, the number of bytes written to the SenseData buffer.\r
   @param[out]    HostAdapterStatus  The status of Host Adapter.\r
   @param[out]    TargetStatus       The status of the target.\r
   @param[out]    DataBuffer         A pointer to a data buffer.\r
-  @param[in,out] DataLength         The length of data buffer.\r
+  @param[in out] DataLength         The length of data buffer.\r
   @param[in]     PMI                Partial medium indicator.\r
 \r
   @retval  EFI_SUCCESS                The status of the unit is tested successfully.\r
@@ -504,13 +504,13 @@ ScsiReadCapacityCommand (
 \r
   @param[in]     ScsiIo             A pointer to SCSI IO protocol.\r
   @param[in]     Timeout            The length of timeout period.\r
-  @param[out]    SenseData          A pointer to output sense data.\r
+  @param[in]     SenseData          A pointer to output sense data.\r
   @param[in out] SenseDataLength    On input, the length in bytes of the SenseData buffer. On\r
                                     output, the number of bytes written to the SenseData buffer.\r
   @param[out]    HostAdapterStatus  The status of Host Adapter.\r
   @param[out]    TargetStatus       The status of the target.\r
   @param[out]    DataBuffer         Read 10 command data.\r
-  @param[in,out] DataLength         The length of data buffer.\r
+  @param[in out] DataLength         The length of data buffer.\r
   @param[in]     StartLba           The start address of LBA.\r
   @param[in]     SectorSize         The sector size.\r
 \r
@@ -606,13 +606,13 @@ ScsiRead10Command (
 \r
   @param[in]     ScsiIo             SCSI IO Protocol to use\r
   @param[in]     Timeout            The length of timeout period.\r
-  @param[out]    SenseData          A pointer to output sense data.\r
-  @param[in out] SenseDataLength    On input, the length in bytes of the SenseData buffer. On\r
+  @param[in]    SenseData          A pointer to output sense data.\r
+  @param[in out]  SenseDataLength   On input, the length in bytes of the SenseData buffer. On\r
                                     output, the number of bytes written to the SenseData buffer.\r
   @param[out]    HostAdapterStatus  The status of Host Adapter.\r
   @param[out]    TargetStatus       The status of the target.\r
   @param[out]    DataBuffer         A pointer to a data buffer.\r
-  @param[in,out] DataLength         The length of data buffer.\r
+  @param[in out] DataLength         The length of data buffer.\r
   @param[in]     StartLba           The start address of LBA.\r
   @param[in]     SectorSize         The sector size.\r
 \r