summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/ScsiPassThru.h
diff options
context:
space:
mode:
authorpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 05:49:29 +0000
committerpkandel <pkandel@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-04 05:49:29 +0000
commit630b41877e9a1afe59d4f8a1c22bc691fe933ff8 (patch)
treefe787e60e04dc70dd307ca64fa0e89c02565752d /MdePkg/Include/Protocol/ScsiPassThru.h
parente79a2975adf4a1a6ae8a26db0bf2143b462b9fd9 (diff)
downloadedk2-platforms-630b41877e9a1afe59d4f8a1c22bc691fe933ff8.tar.xz
Reviewed the code comments in the Include/Protocol directory for typos, grammar issues, and language clarity.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8462 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/ScsiPassThru.h')
-rw-r--r--MdePkg/Include/Protocol/ScsiPassThru.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Protocol/ScsiPassThru.h b/MdePkg/Include/Protocol/ScsiPassThru.h
index 1790c1af43..24b70aaca5 100644
--- a/MdePkg/Include/Protocol/ScsiPassThru.h
+++ b/MdePkg/Include/Protocol/ScsiPassThru.h
@@ -171,8 +171,8 @@ typedef struct {
@retval EFI_SUCCESS The SCSI Request Packet was sent by the host, and
TransferLength bytes were transferred to/from
- DataBuffer.See HostAdapterStatus, TargetStatus,
- SenseDataLength,and SenseData in that order
+ DataBuffer. See HostAdapterStatus, TargetStatus,
+ SenseDataLength, and SenseData in that order
for additional status information.
@retval EFI_BAD_BUFFER_SIZE The SCSI Request Packet was executed, but the
entire DataBuffer could not be transferred.
@@ -223,7 +223,7 @@ EFI_STATUS
Target ID of the first SCSI device present on
a SCSI channel.
@param Lun On input, a pointer to the LUN of a SCSI device
- present on the SCSI channel.On output, a pointer
+ present on the SCSI channel. On output, a pointer
to the LUN of the next SCSI device present on a
SCSI channel.
@@ -360,7 +360,7 @@ EFI_STATUS
///
/// The EFI_SCSI_PASS_THRU_PROTOCOL provides information about a SCSI channel and
-/// the ability to send SCI Request Packets to any SCSI device attached to that SCSI channel. The
+/// the ability to send SCSI Request Packets to any SCSI device attached to that SCSI channel. The
/// information includes the Target ID of the host controller on the SCSI channel, the attributes of
/// the SCSI channel, the printable name for the SCSI controller, and the printable name of the
/// SCSI channel.