Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9bea8f9 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

PM: sleep: Update struct wakeup_source documentation



The kerneldoc comment for struct wakeup_source has become outdated,
so fix that.

Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 25fa4d9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ struct wake_irq;
 * @expire_count: Number of times the wakeup source's timeout has expired.
 * @wakeup_count: Number of times the wakeup source might abort suspend.
 * @active: Status of the wakeup source.
 * @has_timeout: The wakeup source has been activated with a timeout.
 * @autosleep_enabled: Autosleep is active, so update @prevent_sleep_time.
 */
struct wakeup_source {
	const char 		*name;