From: Yangtao Li Date: Sat, 16 Mar 2019 03:37:51 +0000 (-0400) Subject: PM / core: fix kerneldoc comment for dpm_watchdog_handler() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c4a586fdd440931c2773a9da42c1fc564068f128;p=linux.git PM / core: fix kerneldoc comment for dpm_watchdog_handler() This brings the kernel doc in line with the function signature. Signed-off-by: Yangtao Li Acked-by: Pavel Machek Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index f80d298de3fa4..497238704abd8 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c @@ -478,7 +478,7 @@ struct dpm_watchdog { /** * dpm_watchdog_handler - Driver suspend / resume watchdog handler. - * @data: Watchdog object address. + * @t: The timer that PM watchdog depends on. * * Called when a driver has timed out suspending or resuming. * There's not much we can do here to recover so panic() to