Commit 8dca6f33f026dc8a7fc2710b78a7521e899bd611

Authored by Jonathan Corbet
Committed by Linus Torvalds
1 parent 9bd5674c4a

[PATCH] hrtimer comment tweak

Fix a comment which missed an update cycle somewhere.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -272,7 +272,7 @@
272 272 * @interval: the interval to forward
273 273 *
274 274 * Forward the timer expiry so it will expire in the future.
275   - * The number of overruns is added to the overrun field.
  275 + * Returns the number of overruns.
276 276 */
277 277 unsigned long
278 278 hrtimer_forward(struct hrtimer *timer, ktime_t interval)