Re: [PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event()

2019-01-30 Thread Rafael J. Wysocki
On Thursday, January 24, 2019 1:26:33 PM CET Pavel Machek wrote: > > --tThc/1wpZn/ma/RB > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Wed 2019-01-23 11:22:01, Yangtao Li wrote: > > This brings the kernel doc in

Re: [PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event()

2019-01-24 Thread Pavel Machek
On Wed 2019-01-23 11:22:01, Yangtao Li wrote: > This brings the kernel doc in line with the function signature. > > Signed-off-by: Yangtao Li Acked-by: Pavel Machek > @@ -783,7 +783,7 @@ void pm_wakeup_ws_event(struct wakeup_source *ws, > unsigned int msec, bool hard) >

[PATCH] PM / wakeup: fix comment of pm_wakeup_dev_event()

2019-01-23 Thread Yangtao Li
This brings the kernel doc in line with the function signature. Signed-off-by: Yangtao Li --- drivers/base/power/wakeup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/base/power/wakeup.c b/drivers/base/power/wakeup.c index 5fa1898755a3..f1fee72ed970 100644 ---