Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Torokhov and committed by
Greg Kroah-Hartman
9de72ee5 995982ca

+4 -4
+4 -4
drivers/base/power/resume.c
··· 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 111 * Walk the dpm_off_irq list and power each device up. This 112 112 * 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. 115 115 * 116 116 * Interrupts must be disabled when calling this. 117 117 */ ··· 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 134 * Power on system devices then devices that required we shut them down 135 135 * with interrupts disabled.