projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b6a8f
)
clocksource: Fix 'clcoksource' typo in comment
author
James Hartley
<james.hartley@imgtec.com>
Thu, 18 Sep 2014 14:59:07 +0000
(15:59 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 29 Oct 2014 13:48:34 +0000
(14:48 +0100)
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>
kernel/time/clocksource.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/time/clocksource.c
b/kernel/time/clocksource.c
index 2e949cc9c9f113bbcd3a330bffba861f78e17f33..b79f39bda7e111436be3b8245f26e77407fdab97 100644
(file)
--- 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)
/* Initialize mult/shift and max_idle_ns */
__clocksource_updatefreq_scale(cs, scale, freq);
- /* Add clocksource to the cl
co
ksource list */
+ /* Add clocksource to the cl
oc
ksource list */
mutex_lock(&clocksource_mutex);
clocksource_enqueue(cs);
clocksource_enqueue_watchdog(cs);