diff options
author | Lv Zheng <lv.zheng@intel.com> | 2012-12-19 00:36:49 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-01-10 06:36:17 -0500 |
commit | 75c8044fb38051713000e0d151852f5f9614f77b (patch) | |
tree | 00a49eca82954bf008c47330bffc6342b687706f /drivers/acpi/acpica/utxferror.c | |
parent | 9931faca02c604c22335f5a935a501bb2ace6e20 (diff) |
ACPICA: Cleanup updated comments.
This is a cosmetic patch only. Comparison of the resulting binary showed
only line number differences.
This patch does not affect the generation of the Linux binary.
This patch decreases 558 lines of 20121018 divergence.diff.
This patch reduces the source code diff between Linux and ACPICA by
cleaning the comments that already have been updated in ACPICA.
There is no extra indentation done in this patch. Even the empty line
deletions and insertions are also splitted into another cleanup patch so
that this patch can be easily reviewed, and the binary differences can be
held to a lowest level.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/utxferror.c')
-rw-r--r-- | drivers/acpi/acpica/utxferror.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/utxferror.c b/drivers/acpi/acpica/utxferror.c index d4d3826140d8..a247a224bee5 100644 --- a/drivers/acpi/acpica/utxferror.c +++ b/drivers/acpi/acpica/utxferror.c | |||
@@ -297,9 +297,9 @@ ACPI_EXPORT_SYMBOL(acpi_bios_warning) | |||
297 | * | 297 | * |
298 | * PARAMETERS: module_name - Caller's module name (for error output) | 298 | * PARAMETERS: module_name - Caller's module name (for error output) |
299 | * line_number - Caller's line number (for error output) | 299 | * line_number - Caller's line number (for error output) |
300 | * Pathname - Full pathname to the node | 300 | * pathname - Full pathname to the node |
301 | * node_flags - From Namespace node for the method/object | 301 | * node_flags - From Namespace node for the method/object |
302 | * Format - Printf format string + additional args | 302 | * format - Printf format string + additional args |
303 | * | 303 | * |
304 | * RETURN: None | 304 | * RETURN: None |
305 | * | 305 | * |