diff options
author | Yijing Wang | 2013-11-28 16:28:55 +0800 |
---|---|---|
committer | John Stultz | 2013-12-23 11:54:35 -0800 |
commit | d26e4fe0dbe95778b9dbe80b6aa884d71fb6f459 (patch) | |
tree | 33b28707c74872bee862f88390b1521314c8824e /kernel/time/timekeeping.c | |
parent | 330a1617b0a6268d427aa5922c94d082b1d3e96d (diff) |
timekeeper: fix comment typo for tk_setup_internals()
Fix trivial comment typo for tk_setup_internals().
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'kernel/time/timekeeping.c')
-rw-r--r-- | kernel/time/timekeeping.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |