diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-12-08 10:22:53 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-19 09:10:49 -0500 |
commit | 77d84ff87e9d38072abcca665ca22cb1da41cb86 (patch) | |
tree | 63705aaa7cdb94e2a6267ab2510d76bcd624b883 /arch/mips/ralink/timer.c | |
parent | 949b6183412cad3270a9f4bcddd7756e6ec64404 (diff) |
treewide: Fix typos in printk
Correct spelling typo in various part of kernel
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/mips/ralink/timer.c')
-rw-r--r-- | arch/mips/ralink/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ralink/timer.c b/arch/mips/ralink/timer.c index 202785709441..e38692a44e69 100644 --- a/arch/mips/ralink/timer.c +++ b/arch/mips/ralink/timer.c | |||
@@ -147,7 +147,7 @@ static int rt_timer_probe(struct platform_device *pdev) | |||
147 | rt_timer_config(rt, 2); | 147 | rt_timer_config(rt, 2); |
148 | rt_timer_enable(rt); | 148 | rt_timer_enable(rt); |
149 | 149 | ||
150 | dev_info(&pdev->dev, "maximum frequncy is %luHz\n", rt->timer_freq); | 150 | dev_info(&pdev->dev, "maximum frequency is %luHz\n", rt->timer_freq); |
151 | 151 | ||
152 | return 0; | 152 | return 0; |
153 | } | 153 | } |