From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: [PATCH] print wakeup device list on same line as label Date: Fri, 18 Mar 2005 13:22:22 -0700 Message-ID: <1111177342.13286.53.camel@eeyore> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: ACPI List List-Id: linux-acpi@vger.kernel.org Print the ACPI wakeup device list on the same line as the label. Signed-off-by: Bjorn Helgaas ===== drivers/acpi/sleep/wakeup.c 1.4 vs edited ===== --- 1.4/drivers/acpi/sleep/wakeup.c 2004-11-30 23:05:02 -07:00 +++ edited/drivers/acpi/sleep/wakeup.c 2005-03-15 16:48:31 -07:00 @@ -156,7 +156,7 @@ 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) { ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click