* [PATCH] fix comments in drivers/base/power/resume.c
@ 2006-07-15 4:31 Dmitry Torokhov
0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2006-07-15 4:31 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel, pavel
Driver core: fix comments in drivers/base/power/resume.c
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
---
drivers/base/power/resume.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: work/drivers/base/power/resume.c
===================================================================
--- work.orig/drivers/base/power/resume.c
+++ work/drivers/base/power/resume.c
@@ -83,12 +83,12 @@ EXPORT_SYMBOL_GPL(device_resume);
/**
- * device_power_up_irq - Power on some devices.
+ * dpm_power_up - Power on some devices.
*
* Walk the dpm_off_irq list and power each device up. This
* is used for devices that required they be powered down with
- * interrupts disabled. As devices are powered on, they are moved to
- * the dpm_suspended list.
+ * interrupts disabled. As devices are powered on, they are moved
+ * to the dpm_active list.
*
* Interrupts must be disabled when calling this.
*/
@@ -108,7 +108,7 @@ void dpm_power_up(void)
/**
- * device_pm_power_up - Turn on all devices that need special attention.
+ * device_power_up - Turn on all devices that need special attention.
*
* Power on system devices then devices that required we shut them down
* with interrupts disabled.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-07-15 4:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-15 4:31 [PATCH] fix comments in drivers/base/power/resume.c Dmitry Torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox