From: Jonathan Corbet Date: Mon, 16 Jan 2006 22:58:55 +0000 (-0700) Subject: [PATCH] hrtimer comment tweak X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8dca6f33f026dc8a7fc2710b78a7521e899bd611;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git [PATCH] hrtimer comment tweak Fix a comment which missed an update cycle somewhere. Signed-off-by: Jonathan Corbet Signed-off-by: Linus Torvalds --- diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 04ccab099e84..f5ca61422331 100644 --- a/kernel/hrtimer.c +++ b/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)