mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 15:44:04 +02:00
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:
parent
6d728ea86e
commit
adde977ad4
@ -214,12 +214,12 @@ ScsiInquiryCommand (
|
|||||||
If Timeout is greater than zero, then this function
|
If Timeout is greater than zero, then this function
|
||||||
will return EFI_TIMEOUT if the time required to
|
will return EFI_TIMEOUT if the time required to
|
||||||
execute the SCSI Request Packet is greater than Timeout.
|
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.
|
by the execution of the SCSI Request Packet.
|
||||||
This buffer must be allocated by the caller.
|
This buffer must be allocated by the caller.
|
||||||
If SenseDataLength is 0, then this parameter
|
If SenseDataLength is 0, then this parameter
|
||||||
is optional and may be NULL.
|
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.
|
On output, the number of bytes written to the SenseData buffer.
|
||||||
@param[out] HostAdapterStatus The status of the SCSI Host Controller that
|
@param[out] HostAdapterStatus The status of the SCSI Host Controller that
|
||||||
produces the SCSI bus containing the SCSI target
|
produces the SCSI bus containing the SCSI target
|
||||||
@ -232,12 +232,12 @@ ScsiInquiryCommand (
|
|||||||
on the SCSI Host Controller. See the EFI SCSI
|
on the SCSI Host Controller. See the EFI SCSI
|
||||||
I/O Protocol in the UEFI Specification for details
|
I/O Protocol in the UEFI Specification for details
|
||||||
on the possible return values.
|
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
|
execution of the SCSI Request Packet. This
|
||||||
buffer must be allocated by the caller. If
|
buffer must be allocated by the caller. If
|
||||||
DataLength is 0, then this parameter is optional
|
DataLength is 0, then this parameter is optional
|
||||||
and may be NULL.
|
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
|
the DataBuffer buffer. On output, a pointer
|
||||||
to the number of bytes written to the DataBuffer
|
to the number of bytes written to the DataBuffer
|
||||||
buffer.
|
buffer.
|
||||||
|
@ -527,7 +527,7 @@ UsbGetStatus (
|
|||||||
IN EFI_USB_IO_PROTOCOL *UsbIo,
|
IN EFI_USB_IO_PROTOCOL *UsbIo,
|
||||||
IN USB_TYPES_DEFINITION Recipient,
|
IN USB_TYPES_DEFINITION Recipient,
|
||||||
IN UINT16 Target,
|
IN UINT16 Target,
|
||||||
OUT UINT16 *DevStatus,
|
OUT UINT16 *DeviceStatus,
|
||||||
OUT UINT32 *Status
|
OUT UINT32 *Status
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user