Re: [PATCH] ACPI / power: add missing newline to debug messages

2013-07-05 Thread Rafael J. Wysocki
On Friday, July 05, 2013 12:15:56 PM Mika Westerberg wrote: > There are few places in power.c where debug messages have no newline at the > end. Reading such debug messages from dmesg is not fun so fix this by > adding the missing newlines. > > Signed-off-by: Mika Westerberg Applied, thanks!

[PATCH] ACPI / power: add missing newline to debug messages

2013-07-05 Thread Mika Westerberg
There are few places in power.c where debug messages have no newline at the end. Reading such debug messages from dmesg is not fun so fix this by adding the missing newlines. Signed-off-by: Mika Westerberg --- drivers/acpi/power.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] ACPI / power: add missing newline to debug messages

2013-07-05 Thread Mika Westerberg
There are few places in power.c where debug messages have no newline at the end. Reading such debug messages from dmesg is not fun so fix this by adding the missing newlines. Signed-off-by: Mika Westerberg mika.westerb...@linux.intel.com --- drivers/acpi/power.c | 4 ++-- 1 file changed, 2

Re: [PATCH] ACPI / power: add missing newline to debug messages

2013-07-05 Thread Rafael J. Wysocki
On Friday, July 05, 2013 12:15:56 PM Mika Westerberg wrote: There are few places in power.c where debug messages have no newline at the end. Reading such debug messages from dmesg is not fun so fix this by adding the missing newlines. Signed-off-by: Mika Westerberg