RE: [PATCH V2 1/3] PM: wakeup: Add routine to help fetch wakeup source object.

From: Ran Wang
Date: Sun May 19 2019 - 22:18:13 EST


Hi Pavel,

On Monday, May 20, 2019 05:35, Pavel Machek wrote:
>
> > --- a/include/linux/pm_wakeup.h
>
> > @@ -70,6 +71,7 @@ struct wakeup_source {
> > unsigned long wakeup_count;
> > bool active:1;
> > bool autosleep_enabled:1;
> > + struct device *attached_dev;
> > };
> >
> > #ifdef CONFIG_PM_SLEEP
>
> You might want to format this similary to the rest...

OK, will update, thanks.

Regards,
Ran