summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/dswload2.c
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2013-01-25 05:41:16 (GMT)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-01-25 12:30:48 (GMT)
commit5e30a96e47f99c63c04a0e7949d896cba80dd594 (patch)
tree7bb970786c131499f5aca55703260ac7dc4032e1 /drivers/acpi/acpica/dswload2.c
parentd9652b4e8a26384be959770839773a9dee7d0c2c (diff)
downloadlinux-5e30a96e47f99c63c04a0e7949d896cba80dd594.tar.xz
ACPICA: Remove some extraneous newlines in ACPI_ERROR type calls
These macros/functions automatically insert a newline, so the format string should not contain a newline at the end. (This allows these functions to add information to the end of the output line.) 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>
Diffstat (limited to 'drivers/acpi/acpica/dswload2.c')
-rw-r--r--drivers/acpi/acpica/dswload2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/dswload2.c b/drivers/acpi/acpica/dswload2.c
index 620a023..4407ff2 100644
--- a/drivers/acpi/acpica/dswload2.c
+++ b/drivers/acpi/acpica/dswload2.c
@@ -222,7 +222,7 @@ acpi_ds_load2_begin_op(struct acpi_walk_state *walk_state,
*/
ACPI_WARNING((AE_INFO,
"Type override - [%4.4s] had invalid type (%s) "
- "for Scope operator, changed to type ANY\n",
+ "for Scope operator, changed to type ANY",
acpi_ut_get_node_name(node),
acpi_ut_get_type_name(node->type)));