Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis

This commit is contained in:
Gregory Nutt
2015-05-23 17:08:35 -06:00
parent 67380a335f
commit 4adda9d428
35 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -9705,7 +9705,7 @@
* arch/arm/src/armv7-a/arm_doirq.c: ARMv7-A interrupt handler should not
automatically re-enable interrupts on interrupt return. That
interferes with the driver's ability to manage interrupts (2015-02-09).
* arch/arm/src/sama5/sam_emacb.c: Add support for CONFIG_NET_NOTINTS in
* arch/arm/src/sama5/sam_emacb.c: Add support for CONFIG_NET_NOINTS in
the SAMA5D4 Ethernet driver so that the driver can operate from the
work queue thread instead of doing everything from the interrupt level
(2015-02-09).