projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22a15e6
)
ARM: OMAP1: Fix typo in fiq.c
author
Andrea Gelmini
<andrea.gelmini@gelma.net>
Sat, 21 May 2016 11:49:48 +0000
(13:49 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Fri, 10 Jun 2016 11:10:43 +0000
(
04:10
-0700)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/ams-delta-fiq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap1/ams-delta-fiq.c
b/arch/arm/mach-omap1/ams-delta-fiq.c
index d1f12095f3155d37ac72e61bc73d9cf2b84dcc2e..acd6bf019c87195c9a4d967f9eebd31f12a9ed7c 100644
(file)
--- 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, because
s
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.