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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <[email protected]>

--- 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux