mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 06:40:49 +07:00
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 <tiny.windzz@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
c64546b17b
commit
c4a586fdd4
@ -478,7 +478,7 @@ struct dpm_watchdog {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* dpm_watchdog_handler - Driver suspend / resume watchdog handler.
|
* 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.
|
* Called when a driver has timed out suspending or resuming.
|
||||||
* There's not much we can do here to recover so panic() to
|
* There's not much we can do here to recover so panic() to
|
||||||
|
Loading…
Reference in New Issue
Block a user