* [PATCH] print wakeup device list on same line as label
@ 2005-03-18 20:22 Bjorn Helgaas
0 siblings, 0 replies; only message in thread
From: Bjorn Helgaas @ 2005-03-18 20:22 UTC (permalink / raw)
To: ACPI List
Print the ACPI wakeup device list on the same line as the label.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas-VXdhtT5mjnY@public.gmane.org>
===== 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-18 20:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-18 20:22 [PATCH] print wakeup device list on same line as label Bjorn Helgaas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.