From: Randy Dunlap Date: Mon, 29 Oct 2012 17:25:19 +0000 (+0000) Subject: ACPI: add newline in power.c message X-Git-Tag: next-20121105~42^2~1^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5999b120ac556ff5ccb9dc283e66e525b74f22f6;p=karo-tx-linux.git ACPI: add newline in power.c message Add newline to printk so that the message is on a line by itself and not merged with something unrelated to it. Reported-by: Toralf Förster Signed-off-by: Randy Dunlap Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/power.c b/drivers/acpi/power.c index 40e38a06ba85..7db61b8fa11f 100644 --- a/drivers/acpi/power.c +++ b/drivers/acpi/power.c @@ -473,7 +473,7 @@ int acpi_power_resource_register_device(struct device *dev, acpi_handle handle) return ret; no_power_resource: - printk(KERN_DEBUG PREFIX "Invalid Power Resource to register!"); + printk(KERN_DEBUG PREFIX "Invalid Power Resource to register!\n"); return -ENODEV; } EXPORT_SYMBOL_GPL(acpi_power_resource_register_device);