From: Rafael J. Wysocki Date: Tue, 18 Jun 2019 22:48:15 +0000 (+0200) Subject: PM: sleep: Update struct wakeup_source documentation X-Git-Tag: v5.3-rc1~167^2~2^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9bea8f98a539080070e3eff70a1731ce0ffdc8d;p=thirdparty%2Flinux.git 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 Reviewed-by: Greg Kroah-Hartman --- diff --git a/include/linux/pm_wakeup.h b/include/linux/pm_wakeup.h index ce57771fab9bd..91027602d1376 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;