Skip to content

Commit 1258ca8

Browse files
chanwoochoirafaeljw
authored andcommitted
PM / Sleep: Fix comment typo in pm_wakeup.h
Fix a comment typo (sorce -> source) in pm_wakeup.h. [rjw: Changelog] Signed-off-by: Chanwoo Choi <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent e5248a1 commit 1258ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/pm_wakeup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
* @last_time: Monotonic clock when the wakeup source's was touched last time.
3737
* @prevent_sleep_time: Total time this source has been preventing autosleep.
3838
* @event_count: Number of signaled wakeup events.
39-
* @active_count: Number of times the wakeup sorce was activated.
40-
* @relax_count: Number of times the wakeup sorce was deactivated.
39+
* @active_count: Number of times the wakeup source was activated.
40+
* @relax_count: Number of times the wakeup source was deactivated.
4141
* @expire_count: Number of times the wakeup source's timeout has expired.
4242
* @wakeup_count: Number of times the wakeup source might abort suspend.
4343
* @active: Status of the wakeup source.

0 commit comments

Comments
 (0)