diff options
| author | Yijing Wang <wangyijing@huawei.com> | 2013-11-28 03:28:55 -0500 |
|---|---|---|
| committer | John Stultz <john.stultz@linaro.org> | 2013-12-23 14:54:35 -0500 |
| commit | d26e4fe0dbe95778b9dbe80b6aa884d71fb6f459 (patch) | |
| tree | 33b28707c74872bee862f88390b1521314c8824e | |
| 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>
| -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) | |||
| 90 | } | 90 | } |
| 91 | 91 | ||
| 92 | /** | 92 | /** |
| 93 | * timekeeper_setup_internals - Set up internals to use clocksource clock. | 93 | * tk_setup_internals - Set up internals to use clocksource clock. |
| 94 | * | 94 | * |
| 95 | * @tk: The target timekeeper to setup. | ||
| 95 | * @clock: Pointer to clocksource. | 96 | * @clock: Pointer to clocksource. |
| 96 | * | 97 | * |
| 97 | * Calculates a fixed cycle/nsec interval for a given clocksource/adjustment | 98 | * Calculates a fixed cycle/nsec interval for a given clocksource/adjustment |
