summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorAndrea Gelmini2016-05-21 13:49:48 +0200
committerTony Lindgren2016-06-10 13:10:43 +0200
commit566ad81f13d1bb29e454d155f18f90b46446888e (patch)
tree4eae3e55427356234b283ddd7abdb67f46469f7a /arch/arm/mach-omap1
parentclk: ti: am335x/am4372: Add tbclk to pwm node (diff)
downloadkernel-qcow2-linux-566ad81f13d1bb29e454d155f18f90b46446888e.tar.gz
kernel-qcow2-linux-566ad81f13d1bb29e454d155f18f90b46446888e.tar.xz
kernel-qcow2-linux-566ad81f13d1bb29e454d155f18f90b46446888e.zip
ARM: OMAP1: Fix typo in fiq.c
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r--arch/arm/mach-omap1/ams-delta-fiq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/ams-delta-fiq.c b/arch/arm/mach-omap1/ams-delta-fiq.c
index d1f12095f315..acd6bf019c87 100644
--- a/arch/arm/mach-omap1/ams-delta-fiq.c
+++ b/arch/arm/mach-omap1/ams-delta-fiq.c
@@ -136,7 +136,7 @@ void __init ams_delta_init_fiq(void)
fiq_buffer[i] = 0;
/*
- * FIQ mode r9 always points to the fiq_buffer, becauses the FIQ isr
+ * FIQ mode r9 always points to the fiq_buffer, because the FIQ isr
* will run in an unpredictable context. The fiq_buffer is the FIQ isr's
* only means of communication with the IRQ level and other kernel
* context code.