[PATCH] acpi bus: add missing newline

From: Randy.Dunlap
Date: Wed Jul 05 2006 - 22:52:32 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

Add newline so next message won't begin with <6>...

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
---
drivers/acpi/bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2617-g25.orig/drivers/acpi/bus.c
+++ linux-2617-g25/drivers/acpi/bus.c
@@ -192,7 +192,7 @@ int acpi_bus_set_power(acpi_handle handl
/* Make sure this is a valid target state */

if (!device->flags.power_manageable) {
- printk(KERN_DEBUG "Device `[%s]' is not power manageable",
+ printk(KERN_DEBUG "Device `[%s]' is not power manageable\n",
device->kobj.name);
return -ENODEV;
}


---
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/