diff options
author | Bob Moore <robert.moore@intel.com> | 2017-04-26 04:17:50 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2017-04-26 18:30:59 -0400 |
commit | a20286249e4120c7997353ff8980248302c653b5 (patch) | |
tree | 9f2c5f9152a2b0091288b6169fd281e2cb20a9b7 | |
parent | da28e1955d7fc228870f437693cfae8ce486ad9f (diff) |
ACPICA: Update some function headers, no funtional change
ACPICA commit 57c1b2d3e2f9ff7f465b0f08bfb38294101fe0b3
utxferror, update function headers.
Link: https://github.com/acpica/acpica/commit/57c1b2d3
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/acpi/acpica/utxferror.c | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/drivers/acpi/acpica/utxferror.c b/drivers/acpi/acpica/utxferror.c index a16bd9eac653..950a1e500bfa 100644 --- a/drivers/acpi/acpica/utxferror.c +++ b/drivers/acpi/acpica/utxferror.c | |||
@@ -91,7 +91,7 @@ ACPI_EXPORT_SYMBOL(acpi_error) | |||
91 | * | 91 | * |
92 | * PARAMETERS: module_name - Caller's module name (for error output) | 92 | * PARAMETERS: module_name - Caller's module name (for error output) |
93 | * line_number - Caller's line number (for error output) | 93 | * line_number - Caller's line number (for error output) |
94 | * status - Status to be formatted | 94 | * status - Status value to be decoded/formatted |
95 | * format - Printf format string + additional args | 95 | * format - Printf format string + additional args |
96 | * | 96 | * |
97 | * RETURN: None | 97 | * RETURN: None |
@@ -132,8 +132,8 @@ ACPI_EXPORT_SYMBOL(acpi_exception) | |||
132 | * | 132 | * |
133 | * FUNCTION: acpi_warning | 133 | * FUNCTION: acpi_warning |
134 | * | 134 | * |
135 | * PARAMETERS: module_name - Caller's module name (for error output) | 135 | * PARAMETERS: module_name - Caller's module name (for warning output) |
136 | * line_number - Caller's line number (for error output) | 136 | * line_number - Caller's line number (for warning output) |
137 | * format - Printf format string + additional args | 137 | * format - Printf format string + additional args |
138 | * | 138 | * |
139 | * RETURN: None | 139 | * RETURN: None |
@@ -163,17 +163,13 @@ ACPI_EXPORT_SYMBOL(acpi_warning) | |||
163 | * | 163 | * |
164 | * FUNCTION: acpi_info | 164 | * FUNCTION: acpi_info |
165 | * | 165 | * |
166 | * PARAMETERS: module_name - Caller's module name (for error output) | 166 | * PARAMETERS: format - Printf format string + additional args |
167 | * line_number - Caller's line number (for error output) | ||
168 | * format - Printf format string + additional args | ||
169 | * | 167 | * |
170 | * RETURN: None | 168 | * RETURN: None |
171 | * | 169 | * |
172 | * DESCRIPTION: Print generic "ACPI:" information message. There is no | 170 | * DESCRIPTION: Print generic "ACPI:" information message. There is no |
173 | * module/line/version info in order to keep the message simple. | 171 | * module/line/version info in order to keep the message simple. |
174 | * | 172 | * |
175 | * TBD: module_name and line_number args are not needed, should be removed. | ||
176 | * | ||
177 | ******************************************************************************/ | 173 | ******************************************************************************/ |
178 | void ACPI_INTERNAL_VAR_XFACE acpi_info(const char *format, ...) | 174 | void ACPI_INTERNAL_VAR_XFACE acpi_info(const char *format, ...) |
179 | { | 175 | { |
@@ -229,8 +225,8 @@ ACPI_EXPORT_SYMBOL(acpi_bios_error) | |||
229 | * | 225 | * |
230 | * FUNCTION: acpi_bios_warning | 226 | * FUNCTION: acpi_bios_warning |
231 | * | 227 | * |
232 | * PARAMETERS: module_name - Caller's module name (for error output) | 228 | * PARAMETERS: module_name - Caller's module name (for warning output) |
233 | * line_number - Caller's line number (for error output) | 229 | * line_number - Caller's line number (for warning output) |
234 | * format - Printf format string + additional args | 230 | * format - Printf format string + additional args |
235 | * | 231 | * |
236 | * RETURN: None | 232 | * RETURN: None |