The patch titled fix typo in acpi pm info message has been added to the -mm tree. Its filename is acpi-identify-which-device-is-not-power-manageable-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix typo in acpi pm info message From: Frederik Deweerdt <deweerdt@xxxxxxx> Signed-off-by: Frederik Deweerdt <frederik.deweerdt@xxxxxxxxx> Cc: Jae-hyeon Park <jhpark@xxxxxxxxxxxxxxxxxxxxxxx> Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- 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-fix drivers/acpi/bus.c --- devel/drivers/acpi/bus.c~acpi-identify-which-device-is-not-power-manageable-fix 2006-06-04 23:26:48.000000000 -0700 +++ devel-akpm/drivers/acpi/bus.c 2006-06-04 23:26:48.000000000 -0700 @@ -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; } _ Patches currently in -mm which might be from deweerdt@xxxxxxx are lock-validator-netlinkc-netlink_table_grab-fix.patch acpi-identify-which-device-is-not-power-manageable-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html