From: Andrea Gelmini Date: Sat, 21 May 2016 11:49:48 +0000 (+0200) Subject: ARM: OMAP1: Fix typo in fiq.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=566ad81f13d1bb29e454d155f18f90b46446888e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: OMAP1: Fix typo in fiq.c Signed-off-by: Andrea Gelmini Signed-off-by: Tony Lindgren --- 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.