diff options
| author | Yangtao Li <tiny.windzz@gmail.com> | 2019-03-15 23:37:51 -0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-04-09 06:18:00 -0400 |
| commit | c4a586fdd440931c2773a9da42c1fc564068f128 (patch) | |
| tree | 726e33ad6b5ea54f76df1414f6ec059ee970b2ef | |
| parent | c64546b17bc940643545dd34eac21f51764d633c (diff) | |
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>
| -rw-r--r-- | drivers/base/power/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index f80d298de3fa..497238704abd 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c | |||
| @@ -478,7 +478,7 @@ struct dpm_watchdog { | |||
| 478 | 478 | ||
| 479 | /** | 479 | /** |
| 480 | * dpm_watchdog_handler - Driver suspend / resume watchdog handler. | 480 | * dpm_watchdog_handler - Driver suspend / resume watchdog handler. |
| 481 | * @data: Watchdog object address. | 481 | * @t: The timer that PM watchdog depends on. |
| 482 | * | 482 | * |
| 483 | * Called when a driver has timed out suspending or resuming. | 483 | * Called when a driver has timed out suspending or resuming. |
| 484 | * There's not much we can do here to recover so panic() to | 484 | * There's not much we can do here to recover so panic() to |
