提交 664c4bbb 编写于 作者: R Ralf Baechle

MIPS: csrc-r4k: Fix spelling mistake.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 2e373952
...@@ -27,7 +27,7 @@ int __init init_mips_clocksource(void) ...@@ -27,7 +27,7 @@ int __init init_mips_clocksource(void)
if (!cpu_has_counter || !mips_hpt_frequency) if (!cpu_has_counter || !mips_hpt_frequency)
return -ENXIO; return -ENXIO;
/* Calclate a somewhat reasonable rating value */ /* Calculate a somewhat reasonable rating value */
clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000; clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
clocksource_set_clock(&clocksource_mips, mips_hpt_frequency); clocksource_set_clock(&clocksource_mips, mips_hpt_frequency);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册