aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@insightbb.com>2006-07-15 00:31:54 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2006-09-26 00:08:39 -0400
commit9de72ee59029087fc8300633113c75a5fe73a7b8 (patch)
treeecf048a562fac6b0ca8a28b6c8dc11fe4d8fbf3a /drivers/base/power
parent995982ca79d9262869513948ec7c540f32035491 (diff)
Driver core: fix comments in drivers/base/power/resume.c
Driver core: fix comments in drivers/base/power/resume.c Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base/power')
-rw-r--r--drivers/base/power/resume.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/base/power/resume.c b/drivers/base/power/resume.c
index 7cb62d62c958..020be36705a6 100644
--- a/drivers/base/power/resume.c
+++ b/drivers/base/power/resume.c
@@ -106,12 +106,12 @@ EXPORT_SYMBOL_GPL(device_resume);
106 106
107 107
108/** 108/**
109 * device_power_up_irq - Power on some devices. 109 * dpm_power_up - Power on some devices.
110 * 110 *
111 * Walk the dpm_off_irq list and power each device up. This 111 * Walk the dpm_off_irq list and power each device up. This
112 * is used for devices that required they be powered down with 112 * is used for devices that required they be powered down with
113 * interrupts disabled. As devices are powered on, they are moved to 113 * interrupts disabled. As devices are powered on, they are moved
114 * the dpm_suspended list. 114 * to the dpm_active list.
115 * 115 *
116 * Interrupts must be disabled when calling this. 116 * Interrupts must be disabled when calling this.
117 */ 117 */
@@ -129,7 +129,7 @@ void dpm_power_up(void)
129 129
130 130
131/** 131/**
132 * device_pm_power_up - Turn on all devices that need special attention. 132 * device_power_up - Turn on all devices that need special attention.
133 * 133 *
134 * Power on system devices then devices that required we shut them down 134 * Power on system devices then devices that required we shut them down
135 * with interrupts disabled. 135 * with interrupts disabled.