From: Yijing Wang Date: Thu, 28 Nov 2013 08:28:55 +0000 (+0800) Subject: timekeeper: fix comment typo for tk_setup_internals() X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d26e4fe0dbe95778b9dbe80b6aa884d71fb6f459;p=deliverable%2Flinux.git timekeeper: fix comment typo for tk_setup_internals() Fix trivial comment typo for tk_setup_internals(). Signed-off-by: Yijing Wang Signed-off-by: John Stultz --- diff --git a/kernel/time/timekeeping.c b/kernel/time/timekeeping.c index 2793c4382529..3ff30640fc9d 100644 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@ -90,8 +90,9 @@ static void tk_set_sleep_time(struct timekeeper *tk, struct timespec t) } /** - * timekeeper_setup_internals - Set up internals to use clocksource clock. + * tk_setup_internals - Set up internals to use clocksource clock. * + * @tk: The target timekeeper to setup. * @clock: Pointer to clocksource. * * Calculates a fixed cycle/nsec interval for a given clocksource/adjustment