Commit a2028624 authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki

ACPICA: Update some function headers, no funtional change

ACPICA commit 57c1b2d3e2f9ff7f465b0f08bfb38294101fe0b3

utxferror, update function headers.

Link: https://github.com/acpica/acpica/commit/57c1b2d3Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent da28e195
...@@ -91,7 +91,7 @@ ACPI_EXPORT_SYMBOL(acpi_error) ...@@ -91,7 +91,7 @@ ACPI_EXPORT_SYMBOL(acpi_error)
* *
* PARAMETERS: module_name - Caller's module name (for error output) * PARAMETERS: module_name - Caller's module name (for error output)
* line_number - Caller's line number (for error output) * line_number - Caller's line number (for error output)
* status - Status to be formatted * status - Status value to be decoded/formatted
* format - Printf format string + additional args * format - Printf format string + additional args
* *
* RETURN: None * RETURN: None
...@@ -132,8 +132,8 @@ ACPI_EXPORT_SYMBOL(acpi_exception) ...@@ -132,8 +132,8 @@ ACPI_EXPORT_SYMBOL(acpi_exception)
* *
* FUNCTION: acpi_warning * FUNCTION: acpi_warning
* *
* PARAMETERS: module_name - Caller's module name (for error output) * PARAMETERS: module_name - Caller's module name (for warning output)
* line_number - Caller's line number (for error output) * line_number - Caller's line number (for warning output)
* format - Printf format string + additional args * format - Printf format string + additional args
* *
* RETURN: None * RETURN: None
...@@ -163,17 +163,13 @@ ACPI_EXPORT_SYMBOL(acpi_warning) ...@@ -163,17 +163,13 @@ ACPI_EXPORT_SYMBOL(acpi_warning)
* *
* FUNCTION: acpi_info * FUNCTION: acpi_info
* *
* PARAMETERS: module_name - Caller's module name (for error output) * PARAMETERS: format - Printf format string + additional args
* line_number - Caller's line number (for error output)
* format - Printf format string + additional args
* *
* RETURN: None * RETURN: None
* *
* DESCRIPTION: Print generic "ACPI:" information message. There is no * DESCRIPTION: Print generic "ACPI:" information message. There is no
* module/line/version info in order to keep the message simple. * module/line/version info in order to keep the message simple.
* *
* TBD: module_name and line_number args are not needed, should be removed.
*
******************************************************************************/ ******************************************************************************/
void ACPI_INTERNAL_VAR_XFACE acpi_info(const char *format, ...) void ACPI_INTERNAL_VAR_XFACE acpi_info(const char *format, ...)
{ {
...@@ -229,8 +225,8 @@ ACPI_EXPORT_SYMBOL(acpi_bios_error) ...@@ -229,8 +225,8 @@ ACPI_EXPORT_SYMBOL(acpi_bios_error)
* *
* FUNCTION: acpi_bios_warning * FUNCTION: acpi_bios_warning
* *
* PARAMETERS: module_name - Caller's module name (for error output) * PARAMETERS: module_name - Caller's module name (for warning output)
* line_number - Caller's line number (for error output) * line_number - Caller's line number (for warning output)
* format - Printf format string + additional args * format - Printf format string + additional args
* *
* RETURN: None * RETURN: None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment