diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 13:49:48 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 04:10:43 -0700 |
commit | 566ad81f13d1bb29e454d155f18f90b46446888e (patch) | |
tree | 4eae3e55427356234b283ddd7abdb67f46469f7a /arch/arm/mach-omap1 | |
parent | 22a15e6ffa82cd00d5949a426e4afe6a3a6b8988 (diff) | |
download | talos-op-linux-566ad81f13d1bb29e454d155f18f90b46446888e.tar.gz talos-op-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.c | 2 |
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. |