ACPICA: Remove some extraneous newlines in ACPI_ERROR type calls
authorBob Moore <robert.moore@intel.com>
Fri, 25 Jan 2013 05:41:16 +0000 (05:41 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Jan 2013 12:30:48 +0000 (13:30 +0100)
commit5e30a96e47f99c63c04a0e7949d896cba80dd594
tree7bb970786c131499f5aca55703260ac7dc4032e1
parentd9652b4e8a26384be959770839773a9dee7d0c2c
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>
drivers/acpi/acpica/dsobject.c
drivers/acpi/acpica/dswload2.c
drivers/acpi/acpica/hwgpe.c