diff options
Diffstat (limited to 'MdePkg/Library/UefiUsbLib/Hid.c')
-rw-r--r-- | MdePkg/Library/UefiUsbLib/Hid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/UefiUsbLib/Hid.c b/MdePkg/Library/UefiUsbLib/Hid.c index 153c03b7b0..c14f982184 100644 --- a/MdePkg/Library/UefiUsbLib/Hid.c +++ b/MdePkg/Library/UefiUsbLib/Hid.c @@ -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.
|