Skip to content

Commit

Permalink
[PATCH] ACPI: fix not power-manageable device message
Browse files Browse the repository at this point in the history
Fix typo in message.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jae-hyeon Park authored and Linus Torvalds committed Jul 1, 2006
1 parent 929a40e commit 345a6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ int acpi_bus_set_power(acpi_handle handle, int state)
/* 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;
}
Expand Down

0 comments on commit 345a6e6

Please sign in to comment.