summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library/UefiScsiLib.h
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 08:57:18 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 08:57:18 +0000
commitadde977ad413073801212f78950cdaab046b9ead (patch)
treefdaf67c4478ff477bcd2884babbee6493fb01e98 /MdePkg/Include/Library/UefiScsiLib.h
parent6d728ea86e4bf50d6d77847a95ad8f4657bda406 (diff)
downloadedk2-platforms-adde977ad413073801212f78950cdaab046b9ead.tar.xz
Fix two doxygen comment bugs.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6627 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiScsiLib.h')
-rw-r--r--MdePkg/Include/Library/UefiScsiLib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Library/UefiScsiLib.h b/MdePkg/Include/Library/UefiScsiLib.h
index 7687c30a74..b990cfded5 100644
--- a/MdePkg/Include/Library/UefiScsiLib.h
+++ b/MdePkg/Include/Library/UefiScsiLib.h
@@ -214,12 +214,12 @@ ScsiInquiryCommand (
If Timeout is greater than zero, then this function
will return EFI_TIMEOUT if the time required to
execute the SCSI Request Packet is greater than Timeout.
- @param[in,out] SenseData A pointer to sense data that was generated
+ @param[in, out] SenseData A pointer to sense data that was generated
by the execution of the SCSI Request Packet.
This buffer must be allocated by the caller.
If SenseDataLength is 0, then this parameter
is optional and may be NULL.
- @param[in,out] SenseDataLength On input, the length in bytes of the SenseData buffer.
+ @param[in, out] SenseDataLength On input, the length in bytes of the SenseData buffer.
On output, the number of bytes written to the SenseData buffer.
@param[out] HostAdapterStatus The status of the SCSI Host Controller that
produces the SCSI bus containing the SCSI target
@@ -232,12 +232,12 @@ ScsiInquiryCommand (
on the SCSI Host Controller. See the EFI SCSI
I/O Protocol in the UEFI Specification for details
on the possible return values.
- @param[in,out] DataBuffer A pointer to data that was generated by the
+ @param[in, out] DataBuffer A pointer to data that was generated by the
execution of the SCSI Request Packet. This
buffer must be allocated by the caller. If
DataLength is 0, then this parameter is optional
and may be NULL.
- @param[in,out] DataLength On input, a pointer to the length in bytes of
+ @param[in, out] DataLength On input, a pointer to the length in bytes of
the DataBuffer buffer. On output, a pointer
to the number of bytes written to the DataBuffer
buffer.