Re: [trivial patch, rc5-mm3] fix typo in acpi pm info message

From: Frederik Deweerdt
Date: Sun Jun 04 2006 - 19:03:27 EST


Hi,

There's a typo in an ACPI info message introduced by the following patch:
http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17-rc5/2.6.17-rc5-mm3/broken-out/acpi-identify-which-device-is-not-power-manageable.patch

Here's the fix:

Signed-off-by: Frederik Deweerdt <frederik.deweerdt@xxxxxxxxx>

--- drivers/acpi/bus.c_ 2006-06-05 00:48:44.000000000 +0200
+++ drivers/acpi/bus.c 2006-06-05 00:49:19.000000000 +0200
@@ -188,7 +188,7 @@ int acpi_bus_set_power(acpi_handle handl
/* Make sure this is a valid target state */

if (!device->flags.power_manageable) {
- ACPI_INFO((AE_INFO, "Device `%s]is not power manageable",
+ ACPI_INFO((AE_INFO, "Device [%s] is not power manageable",
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/