diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2010-08-07 06:30:03 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-09 05:25:17 -0400 |
commit | 426d31071ac476ea62c62656b242930c17b58c00 (patch) | |
tree | 9c68a1adc490e903c5a9cd192f54caa204bdc18d /arch | |
parent | eef35c2d41ddcc653c20d26b977acaa45c811e1f (diff) |
fix printk typo 'faild'
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap1/board-nokia770.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c index 8c28b10f3dae..bc93afbb0a68 100644 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c | |||
@@ -362,7 +362,7 @@ static __init int omap_dsp_init(void) | |||
362 | ret = dsp_kfunc_device_register(&nokia770_audio_device); | 362 | ret = dsp_kfunc_device_register(&nokia770_audio_device); |
363 | if (ret) { | 363 | if (ret) { |
364 | printk(KERN_ERR | 364 | printk(KERN_ERR |
365 | "KFUNC device registration faild: %s\n", | 365 | "KFUNC device registration failed: %s\n", |
366 | nokia770_audio_device.name); | 366 | nokia770_audio_device.name); |
367 | goto out; | 367 | goto out; |
368 | } | 368 | } |