diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-01 15:38:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:38:34 -0400 |
commit | b595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch) | |
tree | bc01ec7283808013e0b8ce7713fd6fc40f810429 /arch/arm/plat-mxc | |
parent | 6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff) |
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/irqs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/irqs.h b/arch/arm/plat-mxc/include/mach/irqs.h index 86781f7b0c0c..664c453babbe 100644 --- a/arch/arm/plat-mxc/include/mach/irqs.h +++ b/arch/arm/plat-mxc/include/mach/irqs.h | |||
@@ -66,7 +66,7 @@ extern int imx_irq_set_priority(unsigned char irq, unsigned char prio); | |||
66 | 66 | ||
67 | /* all normal IRQs can be FIQs */ | 67 | /* all normal IRQs can be FIQs */ |
68 | #define FIQ_START 0 | 68 | #define FIQ_START 0 |
69 | /* switch betwean IRQ and FIQ */ | 69 | /* switch between IRQ and FIQ */ |
70 | extern int mxc_set_irq_fiq(unsigned int irq, unsigned int type); | 70 | extern int mxc_set_irq_fiq(unsigned int irq, unsigned int type); |
71 | 71 | ||
72 | #endif /* __ASM_ARCH_MXC_IRQS_H__ */ | 72 | #endif /* __ASM_ARCH_MXC_IRQS_H__ */ |