Fix two doxygen comment bugs.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6627 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-11-19 08:57:18 +00:00
parent 6d728ea86e
commit adde977ad4
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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
);