diff options
| author | James Hartley <james.hartley@imgtec.com> | 2014-09-18 10:59:07 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 09:48:34 -0400 |
| commit | be278e980d95f52b280cefac1a98b87fa518dd29 (patch) | |
| tree | b6577caf6f2ecf861d87f515bd44a98915d51768 /kernel/time | |
| parent | 52b6a8f7b33435121b150984ec93ecdce28a365a (diff) | |
clocksource: Fix 'clcoksource' typo in comment
Simple typo in a comment, so fix it.
Signed-off-by: James Hartley <james.hartley@imgtec.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/time')
| -rw-r--r-- | kernel/time/clocksource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c index 2e949cc9c9f1..b79f39bda7e1 100644 --- a/kernel/time/clocksource.c +++ b/kernel/time/clocksource.c | |||
| @@ -792,7 +792,7 @@ int __clocksource_register_scale(struct clocksource *cs, u32 scale, u32 freq) | |||
| 792 | /* Initialize mult/shift and max_idle_ns */ | 792 | /* Initialize mult/shift and max_idle_ns */ |
| 793 | __clocksource_updatefreq_scale(cs, scale, freq); | 793 | __clocksource_updatefreq_scale(cs, scale, freq); |
| 794 | 794 | ||
| 795 | /* Add clocksource to the clcoksource list */ | 795 | /* Add clocksource to the clocksource list */ |
| 796 | mutex_lock(&clocksource_mutex); | 796 | mutex_lock(&clocksource_mutex); |
| 797 | clocksource_enqueue(cs); | 797 | clocksource_enqueue(cs); |
| 798 | clocksource_enqueue_watchdog(cs); | 798 | clocksource_enqueue_watchdog(cs); |
