]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()
authorYangtao Li <tiny.windzz@gmail.com>
Wed, 23 Jan 2019 16:22:01 +0000 (11:22 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 29 Jan 2019 10:40:13 +0000 (11:40 +0100)
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>
[ rjw: Subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/base/power/wakeup.c

index 5fa1898755a3487862ea76d2a9e39dc03830ef7d..f1fee72ed970a50e7501c7be11ebe34da38c580a 100644 (file)
@@ -783,7 +783,7 @@ void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard)
 EXPORT_SYMBOL_GPL(pm_wakeup_ws_event);
 
 /**
- * pm_wakeup_event - Notify the PM core of a wakeup event.
+ * pm_wakeup_dev_event - Notify the PM core of a wakeup event.
  * @dev: Device the wakeup event is related to.
  * @msec: Anticipated event processing time (in milliseconds).
  * @hard: If set, abort suspends in progress and wake up from suspend-to-idle.