From: Jae-hyeon Park Fix typo in message. Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton --- drivers/acpi/bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/bus.c~acpi-identify-which-device-is-not-power-manageable drivers/acpi/bus.c --- a/drivers/acpi/bus.c~acpi-identify-which-device-is-not-power-manageable +++ a/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", device->kobj.name); return -ENODEV; } _