From adde977ad413073801212f78950cdaab046b9ead Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 19 Nov 2008 08:57:18 +0000 Subject: [PATCH] Fix two doxygen comment bugs. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6627 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Library/UefiScsiLib.h | 8 ++++---- MdePkg/Include/Library/UefiUsbLib.h | 2 +- 2 files changed, 5 insertions(+), 5 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. diff --git a/MdePkg/Include/Library/UefiUsbLib.h b/MdePkg/Include/Library/UefiUsbLib.h index 2a6730d76a..d8c9b65083 100644 --- a/MdePkg/Include/Library/UefiUsbLib.h +++ b/MdePkg/Include/Library/UefiUsbLib.h @@ -527,7 +527,7 @@ UsbGetStatus ( IN EFI_USB_IO_PROTOCOL *UsbIo, IN USB_TYPES_DEFINITION Recipient, IN UINT16 Target, - OUT UINT16 *DevStatus, + OUT UINT16 *DeviceStatus, OUT UINT32 *Status ); -- 2.39.2