Skip to content

Commit

Permalink
Driver core: fix comments in drivers/base/power/resume.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dmitry Torokhov authored and gregkh committed Sep 26, 2006
1 parent 995982c commit 9de72ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/base/power/resume.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,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.
*/
Expand All @@ -129,7 +129,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.
Expand Down

0 comments on commit 9de72ee

Please sign in to comment.