diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-06-19 00:48:15 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-06-22 11:28:37 +0200 |
commit | e9bea8f98a539080070e3eff70a1731ce0ffdc8d (patch) | |
tree | a19909714ad8a6c8a87c7eabe27820a168246727 /include/linux/pm_wakeup.h | |
parent | 25fa4d9d4ca62dbf8fd1eeef413421c94183da3c (diff) | |
download | linux-stable-e9bea8f98a539080070e3eff70a1731ce0ffdc8d.tar.gz linux-stable-e9bea8f98a539080070e3eff70a1731ce0ffdc8d.tar.bz2 linux-stable-e9bea8f98a539080070e3eff70a1731ce0ffdc8d.zip |
PM: sleep: Update struct wakeup_source documentation
The kerneldoc comment for struct wakeup_source has become outdated,
so fix that.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/pm_wakeup.h')
-rw-r--r-- | include/linux/pm_wakeup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pm_wakeup.h b/include/linux/pm_wakeup.h index ce57771fab9b..91027602d137 100644 --- a/include/linux/pm_wakeup.h +++ b/include/linux/pm_wakeup.h @@ -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; |