Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8008 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -163,8 +163,8 @@ UsbGetReportDescriptor (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
UsbGetProtocolRequest (
|
||||
IN EFI_USB_IO_PROTOCOL *UsbIo,
|
||||
IN UINT8 Interface,
|
||||
IN EFI_USB_IO_PROTOCOL *UsbIo,
|
||||
IN UINT8 Interface,
|
||||
OUT UINT8 *Protocol
|
||||
)
|
||||
{
|
||||
@@ -441,7 +441,7 @@ UsbSetReportRequest (
|
||||
|
||||
@retval EFI_SUCCESS The request executed successfully.
|
||||
@retval EFI_OUT_OF_RESOURCES The request could not be completed because the
|
||||
buffer specifed by ReportLength and Report is not
|
||||
buffer specified by ReportLength and Report is not
|
||||
large enough to hold the result of the request.
|
||||
@retval EFI_TIMEOUT A timeout occurred executing the request.
|
||||
@retval EFI_DEVICE_ERROR The request failed due to a device error.
|
||||
|
Reference in New Issue
Block a user