diff mbox

[V2,03/36] hrtimer: fix routine names in comments

Message ID 67ac6dc837ef915cfed23e26fcd13c9ff3dff147.1396592516.git.viresh.kumar@linaro.org
State New
Headers show

Commit Message

Viresh Kumar April 4, 2014, 6:35 a.m. UTC
As majority of this code came from existing kernel/timer.c, few comments still
had name of routines from timers framework. Fix them.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 kernel/hrtimer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c
index 3c05140..c87e896 100644
--- a/kernel/hrtimer.c
+++ b/kernel/hrtimer.c
@@ -142,7 +142,7 @@  static void hrtimer_get_softirq_time(struct hrtimer_cpu_base *base)
  * means that all timers which are tied to this base via timer->base are
  * locked, and the base itself is locked too.
  *
- * So __run_timers/migrate_timers can safely modify all timers which could
+ * So __run_hrtimer/migrate_hrtimers can safely modify all timers which could
  * be found on the lists/queues.
  *
  * When the timer's base is locked, and the timer removed from list, it is