Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9de72ee5 authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Greg Kroah-Hartman
Browse files

Driver core: fix comments in drivers/base/power/resume.c



Driver core: fix comments in drivers/base/power/resume.c

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 995982ca
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -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
 *	Walk the dpm_off_irq list and power each device up. This
 *	is used for devices that required they be powered down with
 *	is used for devices that required they be powered down with
 *	interrupts disabled. As devices are powered on, they are moved to
 *	interrupts disabled. As devices are powered on, they are moved
 *	the dpm_suspended list.
 *	to the dpm_active list.
 *
 *
 *	Interrupts must be disabled when calling this.
 *	Interrupts must be disabled when calling this.
 */
 */
@@ -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
 *	Power on system devices then devices that required we shut them down
 *	with interrupts disabled.
 *	with interrupts disabled.