diff --git a/[refs] b/[refs] index f9f2dafc3844..cc6e4c21fc18 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9bd5674c4aa3d430d61a578eaecd85104176f150 +refs/heads/master: 8dca6f33f026dc8a7fc2710b78a7521e899bd611 diff --git a/trunk/kernel/hrtimer.c b/trunk/kernel/hrtimer.c index 04ccab099e84..f5ca61422331 100644 --- a/trunk/kernel/hrtimer.c +++ b/trunk/kernel/hrtimer.c @@ -272,7 +272,7 @@ void unlock_hrtimer_base(const struct hrtimer *timer, unsigned long *flags) * @interval: the interval to forward * * Forward the timer expiry so it will expire in the future. - * The number of overruns is added to the overrun field. + * Returns the number of overruns. */ unsigned long hrtimer_forward(struct hrtimer *timer, ktime_t interval)