From 28d3e14ffb529238c70d86a529752d5d0e815e89 Mon Sep 17 00:00:00 2001 From: gikidy Date: Thu, 2 Apr 2009 05:34:26 +0000 Subject: Fix some typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8008 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/UefiUsbLib/Hid.c | 6 +++--- MdePkg/Library/UefiUsbLib/UsbDxeLib.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'MdePkg/Library/UefiUsbLib') 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. diff --git a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c index af45051055..a535c1f58d 100644 --- a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c +++ b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c @@ -37,7 +37,7 @@ @retval EFI_SUCCESS The request executed successfully. @retval EFI_OUT_OF_RESOURCES The request could not be completed because the - buffer specifed by DescriptorLength and Descriptor + buffer specified by DescriptorLength and Descriptor 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. The transfer -- cgit v1.2.3