]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ScsiPassThru.h
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / MdePkg / Include / Protocol / ScsiPassThru.h
index 1790c1af43db50c33a2a580331182a9919f802ea..24b70aaca5eb7b28a3999b8b80a8cf7b4bd3666a 100644 (file)
@@ -171,8 +171,8 @@ typedef struct {
 \r
   @retval EFI_SUCCESS               The SCSI Request Packet was sent by the host, and\r
                                     TransferLength bytes were transferred to/from\r
-                                    DataBuffer.See HostAdapterStatus, TargetStatus,\r
-                                    SenseDataLength,and SenseData in that order\r
+                                    DataBuffer. See HostAdapterStatus, TargetStatus,\r
+                                    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\r
                                     entire DataBuffer could not be transferred.\r
@@ -223,7 +223,7 @@ EFI_STATUS
                  Target ID of the first SCSI device present on\r
                  a SCSI channel.\r
   @param  Lun    On input, a pointer to the LUN of a SCSI device\r
-                 present on the SCSI channel.On output, a pointer\r
+                 present on the SCSI channel. On output, a pointer\r
                  to the LUN of the next SCSI device present on a\r
                  SCSI channel.\r
 \r
@@ -360,7 +360,7 @@ EFI_STATUS
 \r
 ///\r
 /// The EFI_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel and\r
-/// the ability to send SCI Request Packets to any SCSI device attached to that SCSI channel. The\r
+/// the ability to send SCSI Request Packets to any SCSI device attached to that SCSI channel. The\r
 /// information includes the Target ID of the host controller on the SCSI channel, the attributes of\r
 /// the SCSI channel, the printable name for the SCSI controller, and the printable name of the\r
 /// SCSI channel.\r