]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiScsiLib/UefiScsiLib.c
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / UefiScsiLib / UefiScsiLib.c
index 9715a192dd8e7f44c866ee570f7d85da62497ae4..8f885fa9b414fd62a24a2c26a84d1ba9bb6e528d 100644 (file)
@@ -5,7 +5,7 @@
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
+  http://opensource.org/licenses/bsd-license.php.                                            \r
 \r
   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
@@ -213,7 +213,7 @@ ScsiTestUnitReadyCommand (
                                          If FALSE, then the standard inquiry data is\r
                                          returned in InquiryDataBuffer. \r
 \r
-  @retval EFI_SUCCESS          The command was executed successfully. See HostAdapterStatus,\r
+  @retval EFI_SUCCESS          The command executed successfully. See HostAdapterStatus,\r
                                TargetStatus, SenseDataLength, and SenseData in that order\r
                                for additional status information.\r
   @retval EFI_BAD_BUFFER_SIZE  The SCSI Request Packet was executed, but the entire\r
@@ -357,7 +357,7 @@ ScsiInquiryCommand (
   @param[in]      PageControl        Specifies the PC field of the CDB for this SCSI Command. \r
   @param[in]      PageCode           Specifies the Page Control field of the CDB for this SCSI Command. \r
 \r
-  @retval EFI_SUCCESS               The command was executed successfully.\r
+  @retval EFI_SUCCESS               The command executed successfully.\r
                                     See HostAdapterStatus, TargetStatus, SenseDataLength,\r
                                     and SenseData in that order for additional status information.\r
   @retval EFI_BAD_BUFFER_SIZE       The SCSI Request Packet was executed, but the\r
@@ -471,7 +471,7 @@ ScsiModeSense10Command (
   @param[out]      HostAdapterStatus    The status of Host Adapter.\r
   @param[out]      TargetStatus         The status of the target.\r
 \r
-  @retval EFI_SUCCESS                   Command is executed successfully.\r
+  @retval EFI_SUCCESS                   The command executed successfully.\r
   @retval EFI_NOT_READY                 The SCSI Request Packet could not be sent because there are\r
                                         too many SCSI Command Packets already queued.\r
   @retval EFI_DEVICE_ERROR              A device error occurred while attempting to send SCSI Request Packet.\r
@@ -556,9 +556,9 @@ ScsiRequestSenseCommand (
   @param[out]     TargetStatus         The status of the target.\r
   @param[in, out] DataBuffer           A pointer to a data buffer.\r
   @param[in, out] DataLength           The length of data buffer.\r
-  @param[in]      Pmi                  Partial medium indicator.\r
+  @param[in]      Pmi                  A partial medium indicator.\r
 \r
-  @retval  EFI_SUCCESS           Command is executed successfully.\r
+  @retval  EFI_SUCCESS           The command executed successfully.\r
   @retval  EFI_BAD_BUFFER_SIZE   The SCSI Request Packet was executed, but the entire\r
                                  DataBuffer could not be transferred. The actual\r
                                  number of bytes transferred is returned in DataLength.\r
@@ -660,7 +660,7 @@ ScsiReadCapacityCommand (
   @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
+  @retval  EFI_SUCCESS           The command executed successfully.\r
   @retval  EFI_BAD_BUFFER_SIZE   The SCSI Request Packet was executed, but the entire\r
                                  DataBuffer could not be transferred. The actual\r
                                  number of bytes transferred is returned in DataLength.\r
@@ -766,7 +766,7 @@ ScsiReadCapacity16Command (
   @param[in]      StartLba             The start address of LBA.\r
   @param[in]      SectorSize           The sector size.\r
 \r
-  @retval  EFI_SUCCESS          Command is executed successfully.\r
+  @retval  EFI_SUCCESS          The command is executed successfully.\r
   @retval  EFI_BAD_BUFFER_SIZE  The SCSI Request Packet was executed, but the entire DataBuffer could\r
                                 not be transferred. The actual number of bytes transferred is returned in DataLength.\r
   @retval  EFI_NOT_READY        The SCSI Request Packet could not be sent because there are too many \r
@@ -864,7 +864,7 @@ ScsiRead10Command (
   @param[in]      StartLba             The start address of LBA.\r
   @param[in]      SectorSize           The sector size.\r
 \r
-  @retval  EFI_SUCCESS          Command is executed successfully.\r
+  @retval  EFI_SUCCESS          The command executed successfully.\r
   @retval  EFI_BAD_BUFFER_SIZE  The SCSI Request Packet was executed, but the entire DataBuffer could\r
                                 not be transferred. The actual number of bytes transferred is returned in DataLength.\r
   @retval  EFI_NOT_READY        The SCSI Request Packet could not be sent because there are too many \r
@@ -962,7 +962,7 @@ ScsiWrite10Command (
   @param[in]      StartLba             The start address of LBA.\r
   @param[in]      SectorSize           The sector size.\r
 \r
-  @retval  EFI_SUCCESS          Command is executed successfully.\r
+  @retval  EFI_SUCCESS          The command executed successfully.\r
   @retval  EFI_BAD_BUFFER_SIZE  The SCSI Request Packet was executed, but the entire DataBuffer could\r
                                 not be transferred. The actual number of bytes transferred is returned in DataLength.\r
   @retval  EFI_NOT_READY        The SCSI Request Packet could not be sent because there are too many \r
@@ -1060,7 +1060,7 @@ ScsiRead16Command (
   @param[in]      StartLba             The start address of LBA.\r
   @param[in]      SectorSize           The sector size.\r
 \r
-  @retval  EFI_SUCCESS          Command is executed successfully.\r
+  @retval  EFI_SUCCESS          The command is executed successfully.\r
   @retval  EFI_BAD_BUFFER_SIZE  The SCSI Request Packet was executed, but the entire DataBuffer could\r
                                 not be transferred. The actual number of bytes transferred is returned in DataLength.\r
   @retval  EFI_NOT_READY        The SCSI Request Packet could not be sent because there are too many \r