Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@xxxxxx> --- On Mon, 27 Aug 2007, Pavel Machek wrote: > On Sun 2007-08-26 01:40:24, Guennadi Liakhovetski wrote: > > Hi > > > > trying to understand when suspend_late gets called, I just wasn't quite > > sure if I got the following points right: > > > > 1. seems to be a typo in the comment above > > drivers/base/power/suspend.c::device_power_down() - the function walks the > > dpm_off list and not the dpm_off_irq list, as claimed in the comment > > Can you send the diff to akpm? I think the trivial address should be more appropriate:-) Thanks Guennadi diff --git a/drivers/base/power/suspend.c b/drivers/base/power/suspend.c index 26df9b2..8fed79e 100644 --- a/drivers/base/power/suspend.c +++ b/drivers/base/power/suspend.c @@ -167,7 +167,7 @@ EXPORT_SYMBOL_GPL(device_suspend); * device_power_down - Shut down special devices. * @state: Power state to enter. * - * Walk the dpm_off_irq list, calling ->power_down() for each device that + * Walk the dpm_off list, calling ->power_down() for each device that * couldn't power down the device with interrupts enabled. When we're * done, power down system devices. */ _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm