mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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>
This commit is contained in:
parent
25fa4d9d4c
commit
e9bea8f98a
@ -36,7 +36,7 @@ struct wake_irq;
|
|||||||
* @expire_count: Number of times the wakeup source's timeout has expired.
|
* @expire_count: Number of times the wakeup source's timeout has expired.
|
||||||
* @wakeup_count: Number of times the wakeup source might abort suspend.
|
* @wakeup_count: Number of times the wakeup source might abort suspend.
|
||||||
* @active: Status of the wakeup source.
|
* @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 {
|
struct wakeup_source {
|
||||||
const char *name;
|
const char *name;
|
||||||
|
Loading…
Reference in New Issue
Block a user