iASL/aslutils.c: update/reformat function headers.

No functional changes.
This commit is contained in:
Robert Moore 2012-05-30 14:12:52 -07:00
parent 5274ae5495
commit 0d7ca2f1bc

View File

@ -211,7 +211,7 @@ UtDisplaySupportedTables (
/*******************************************************************************
*
* FUNCTION: AcpiPsDisplayConstantOpcodes
* FUNCTION: UtDisplayConstantOpcodes
*
* PARAMETERS: None
*
@ -285,7 +285,7 @@ UtLocalCalloc (
*
* PARAMETERS: Name - Ascii name of this event
*
* RETURN: Event - Event number (integer index)
* RETURN: Event number (integer index)
*
* DESCRIPTION: Saves the current time with this event
*
@ -376,7 +376,8 @@ UtHexCharToValue (
* FUNCTION: UtConvertByteToHex
*
* PARAMETERS: RawByte - Binary data
* Buffer - Pointer to where the hex bytes will be stored
* Buffer - Pointer to where the hex bytes will be
* stored
*
* RETURN: Ascii hex byte is stored in Buffer.
*
@ -404,7 +405,8 @@ UtConvertByteToHex (
* FUNCTION: UtConvertByteToAsmHex
*
* PARAMETERS: RawByte - Binary data
* Buffer - Pointer to where the hex bytes will be stored
* Buffer - Pointer to where the hex bytes will be
* stored
*
* RETURN: Ascii hex byte is stored in Buffer.
*
@ -510,7 +512,7 @@ UtPrintFormattedName (
*
* FUNCTION: UtSetParseOpName
*
* PARAMETERS: Op
* PARAMETERS: Op - Parse op to be named.
*
* RETURN: None
*
@ -643,7 +645,7 @@ UtDisplaySummary (
/*******************************************************************************
*
* FUNCTION: UtDisplaySummary
* FUNCTION: UtCheckIntegerRange
*
* PARAMETERS: Op - Integer parse node
* LowValue - Smallest allowed value
@ -930,7 +932,7 @@ UtAttachNamepathToOwner (
*
* RETURN: Converted Integer
*
* DESCRIPTION: Convert a string to an integer. With error checking.
* DESCRIPTION: Convert a string to an integer, with error checking.
*
******************************************************************************/
@ -962,8 +964,8 @@ UtDoConstant (
* FUNCTION: UtStrtoul64
*
* PARAMETERS: String - Null terminated string
* Terminater - Where a pointer to the terminating byte is
* returned
* Terminater - Where a pointer to the terminating byte
* is returned
* Base - Radix of the string
*
* RETURN: Converted value
@ -1144,5 +1146,3 @@ ErrorExit:
return (Status);
}