Should use uppercase character for return value's comment.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6698 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-11-24 07:10:51 +00:00
parent 9504e2cdd3
commit 98ea597bfb
4 changed files with 9 additions and 3 deletions

View 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. @param Arg3 The 3rd parameter for PAL procedure calls.
@param Arg4 The 4th parameter for PAL procedure calls. @param Arg4 The 4th parameter for PAL procedure calls.
@return structure returned from the PAL Call procedure, including the status and return value. @return Structure returned from the PAL Call procedure, including the status and return value.
**/ **/
PAL_CALL_RETURN PAL_CALL_RETURN

View File

@ -188,6 +188,12 @@ UsbGetIdleRequest (
/** /**
Set the report descriptor of the specified USB HID interface. Set the report descriptor of the specified USB HID interface.
Submit a USB set HID report request for the USB device specified by UsbIo,
Interface, ReportId, and ReportType, and set the report descriptor using the
buffer specified by ReportLength and Report.
If UsbIo is NULL, then ASSERT().
If Report is NULL, then ASSERT().
@param UsbIo A pointer to the USB I/O Protocol instance for the specific USB target. @param UsbIo A pointer to the USB I/O Protocol instance for the specific USB target.
@param Interface The index of the report interface on the USB target. @param Interface The index of the report interface on the USB target.
@param ReportId The identifier of the report to retrieve. @param ReportId The identifier of the report to retrieve.

View File

@ -46,7 +46,7 @@
@param Arg3 The 3rd parameter for PAL procedure calls. @param Arg3 The 3rd parameter for PAL procedure calls.
@param Arg4 The 4th parameter for PAL procedure calls. @param Arg4 The 4th parameter for PAL procedure calls.
@return structure returned from the PAL Call procedure, including the status and return value. @return Structure returned from the PAL Call procedure, including the status and return value.
**/ **/
PAL_CALL_RETURN PAL_CALL_RETURN

View File

@ -47,7 +47,7 @@ UINT64 mPalProcEntry;
@param Arg3 The 3rd parameter for PAL procedure calls. @param Arg3 The 3rd parameter for PAL procedure calls.
@param Arg4 The 4th parameter for PAL procedure calls. @param Arg4 The 4th parameter for PAL procedure calls.
@return structure returned from the PAL Call procedure, including the status and return value. @return Structure returned from the PAL Call procedure, including the status and return value.
**/ **/
PAL_CALL_RETURN PAL_CALL_RETURN