Skip to content

Commit 9de72ee

Browse files
Dmitry Torokhovgregkh
Dmitry Torokhov
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 995982c commit 9de72ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/base/power/resume.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ EXPORT_SYMBOL_GPL(device_resume);
106106

107107

108108
/**
109-
* device_power_up_irq - Power on some devices.
109+
* dpm_power_up - Power on some devices.
110110
*
111111
* Walk the dpm_off_irq list and power each device up. This
112112
* is used for devices that required they be powered down with
113-
* interrupts disabled. As devices are powered on, they are moved to
114-
* the dpm_suspended list.
113+
* interrupts disabled. As devices are powered on, they are moved
114+
* to the dpm_active list.
115115
*
116116
* Interrupts must be disabled when calling this.
117117
*/
@@ -129,7 +129,7 @@ void dpm_power_up(void)
129129

130130

131131
/**
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.
133133
*
134134
* Power on system devices then devices that required we shut them down
135135
* with interrupts disabled.

0 commit comments

Comments
 (0)