]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Coding style fix.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 26 Oct 2008 10:05:44 +0000 (10:05 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 26 Oct 2008 10:05:44 +0000 (10:05 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6235 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/ScsiLib.h

index 2d4f0a43b64d8315eaeb438016878f59db61e307..4391adc8121bde8c9eafca910f46df9d1142f18e 100644 (file)
@@ -98,11 +98,11 @@ ScsiTestUnitReadyCommand (
   @param[in]     ScsiIo             SCSI IO Protocol to use\r
   @param[in]     Timeout            The length of timeout period.\r
   @param[in]     SenseData          A pointer to output sense data.\r
-  @param[in out] SenseDataLength    The length of output sense data.\r
+  @param[in, out] SenseDataLength    The length of output sense data.\r
   @param[out]    HostAdapterStatus  The status of Host Adapter.\r
   @param[out]    TargetStatus       The status of the target.\r
-  @param[in out] InquirydataBuffer  A pointer to inquiry data buffer.\r
-  @param[in out] InquiryDataLength  The length of inquiry data buffer.\r
+  @param[in, out] InquiryDataBuffer  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                Command is executed successfully.\r
@@ -155,11 +155,11 @@ ScsiInquiryCommand (
   @param[in]     ScsiIo             A pointer to SCSI IO protocol.\r
   @param[in]     Timeout            The length of timeout period.\r
   @param[in]     SenseData          A pointer to output sense data.\r
-  @param[in out] SenseDataLength    The length of output sense data.\r
+  @param[in, out] SenseDataLength    The length of output sense data.\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
@@ -215,7 +215,7 @@ ScsiModeSense10Command (
   @param[in]       ScsiIo               A pointer to SCSI IO protocol.\r
   @param[in]       Timeout              The length of timeout period.\r
   @param[in]       SenseData            A pointer to output sense data.\r
-  @param[in out]   SenseDataLength      The length of output sense data.\r
+  @param[in, out]   SenseDataLength      The length of output sense data.\r
   @param[out]      HostAdapterStatus    The status of Host Adapter.\r
   @param[out]      TargetStatus         The status of the target.\r
 \r
@@ -258,11 +258,11 @@ ScsiRequestSenseCommand (
   @param[in]     ScsiIo               A pointer to SCSI IO protocol.\r
   @param[in]     Timeout              The length of timeout period.\r
   @param[in]     SenseData            A pointer to output sense data.\r
-  @param[in out] SenseDataLength      The length of output sense data.\r
+  @param[in, out] SenseDataLength      The length of output sense data.\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                Command is executed successfully.\r
@@ -309,11 +309,11 @@ ScsiReadCapacityCommand (
   @param[in]     ScsiIo               A pointer to SCSI IO protocol.\r
   @param[in]     Timeout              The length of timeout period.\r
   @param[in]     SenseData            A pointer to output sense data.\r
-  @param[in out] SenseDataLength      The length of output sense data.\r
+  @param[in, out] SenseDataLength      The length of output sense data.\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
@@ -362,11 +362,11 @@ ScsiRead10Command (
   @param[in]     ScsiIo               SCSI IO Protocol to use\r
   @param[in]     Timeout              The length of timeout period.\r
   @param[in]     SenseData            A pointer to output sense data.\r
-  @param[in out] SenseDataLength      The length of output sense data.\r
+  @param[in, out] SenseDataLength      The length of output sense data.\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