]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
PM / Sleep: Fix comment typo in pm_wakeup.h
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 11 Jul 2013 04:55:58 +0000 (13:55 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 14 Jul 2013 23:31:37 +0000 (01:31 +0200)
Fix a comment typo (sorce -> source) in pm_wakeup.h.

[rjw: Changelog]
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/linux/pm_wakeup.h

index 569781faa5042a7930e082a74985bceac6f89786..a0f70808d7f48432967c60a8a0d686ab077d08e8 100644 (file)
@@ -36,8 +36,8 @@
  * @last_time: Monotonic clock when the wakeup source's was touched last time.
  * @prevent_sleep_time: Total time this source has been preventing autosleep.
  * @event_count: Number of signaled wakeup events.
- * @active_count: Number of times the wakeup sorce was activated.
- * @relax_count: Number of times the wakeup sorce was deactivated.
+ * @active_count: Number of times the wakeup source was activated.
+ * @relax_count: Number of times the wakeup source was deactivated.
  * @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.