From: Bjorn Helgaas Print the ACPI wakeup device list on the same line as the label to make "dmesg | grep ACPI" output more useful. Signed-off-by: Bjorn Helgaas Signed-off-by: Andrew Morton --- drivers/acpi/sleep/wakeup.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/acpi/sleep/wakeup.c~acpi-print-wakeup-device-list-on-same-line-as-label drivers/acpi/sleep/wakeup.c --- devel/drivers/acpi/sleep/wakeup.c~acpi-print-wakeup-device-list-on-same-line-as-label 2006-03-07 23:47:10.000000000 -0800 +++ devel-akpm/drivers/acpi/sleep/wakeup.c 2006-03-07 23:47:10.000000000 -0800 @@ -155,7 +155,7 @@ static int __init acpi_wakeup_device_ini if (acpi_disabled) return 0; - printk("ACPI wakeup devices: \n"); + printk(KERN_INFO PREFIX "wakeup devices: "); spin_lock(&acpi_device_lock); list_for_each_safe(node, next, &acpi_wakeup_device_list) { _