]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Should use uppercase character for return value's comment.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Nov 2008 07:10:51 +0000 (07:10 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Nov 2008 07:10:51 +0000 (07:10 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6698 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Library/PalLib.h
MdePkg/Include/Library/UefiUsbLib.h
MdePkg/Library/PeiPalLib/PeiPalLib.c
MdePkg/Library/UefiPalLib/UefiPalLib.c

index 5b9761f57fdba5f9f1b233ed40a85725a8cbe4cf..30c13668def38049f99321693d0dfe3b3fb0ca83 100644 (file)
@@ -48,7 +48,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @param Arg3   The 3rd parameter for PAL procedure calls.\r
   @param Arg4   The 4th parameter for PAL procedure calls.\r
 \r
-  @return structure returned from the PAL Call procedure, including the status and return value.\r
+  @return Structure returned from the PAL Call procedure, including the status and return value.\r
 \r
 **/\r
 PAL_CALL_RETURN\r
index d8c9b65083a06f5b25493245c98e9210f5514256..c52dd89cc733cf6c33d1f463aadced3356441935 100644 (file)
@@ -188,6 +188,12 @@ UsbGetIdleRequest (
 /**\r
   Set the report descriptor of the specified USB HID interface.\r
 \r
+  Submit a USB set HID report request for the USB device specified by UsbIo,\r
+  Interface, ReportId, and ReportType, and set the report descriptor using the\r
+  buffer specified by ReportLength and Report.\r
+  If UsbIo is NULL, then ASSERT().\r
+  If Report is NULL, then ASSERT().\r
+\r
   @param  UsbIo         A pointer to the USB I/O Protocol instance for the specific USB target.\r
   @param  Interface     The index of the report interface on the USB target.\r
   @param  ReportId      The identifier of the report to retrieve.\r
index 37ac2568abae4b45ddd672d15ce4ccd076204216..34faae61d8c24b27168b9f7aa83ebb20c70394d3 100644 (file)
@@ -46,7 +46,7 @@
   @param Arg3   The 3rd parameter for PAL procedure calls.\r
   @param Arg4   The 4th parameter for PAL procedure calls.\r
 \r
-  @return structure returned from the PAL Call procedure, including the status and return value.\r
+  @return Structure returned from the PAL Call procedure, including the status and return value.\r
 \r
 **/\r
 PAL_CALL_RETURN\r
index 7c4b374c33de92c77ed3b5c508f725e6b985efec..290488f73ccc81f6957dafe39434a8f7da846305 100644 (file)
@@ -47,7 +47,7 @@ UINT64               mPalProcEntry;
   @param Arg3   The 3rd parameter for PAL procedure calls.\r
   @param Arg4   The 4th parameter for PAL procedure calls.\r
 \r
-  @return structure returned from the PAL Call procedure, including the status and return value.\r
+  @return Structure returned from the PAL Call procedure, including the status and return value.\r
 \r
 **/\r
 PAL_CALL_RETURN\r