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:
2e37395
)
MIPS: csrc-r4k: Fix spelling mistake.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 3 Nov 2008 11:31:54 +0000
(11:31 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 20 Nov 2008 19:42:33 +0000
(19:42 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/csrc-r4k.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/csrc-r4k.c
b/arch/mips/kernel/csrc-r4k.c
index 86e026f067bc566c2bbd9620763e2ab6428e836a..74fb74583b4e7e83eec6fdb7d328be7436dd4398 100644
(file)
--- a/
arch/mips/kernel/csrc-r4k.c
+++ b/
arch/mips/kernel/csrc-r4k.c
@@
-27,7
+27,7
@@
int __init init_mips_clocksource(void)
if (!cpu_has_counter || !mips_hpt_frequency)
return -ENXIO;
- /* Calclate a somewhat reasonable rating value */
+ /* Calc
u
late a somewhat reasonable rating value */
clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);