diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-09-18 12:09:42 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-26 11:12:28 +0200 |
commit | f54619f28fb6829612eb90a31cc55caf14c5fcca (patch) | |
tree | d7536c36ac4de3e26725f04d38c8b158897004a7 /drivers/irqchip | |
parent | e8ac6ea8a42d6506345056c6de3e81c97d3f20af (diff) | |
download | linux-f54619f28fb6829612eb90a31cc55caf14c5fcca.tar.bz2 |
treewide: Fix typos in Kconfig
This patch fix spelling typos found in Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/irqchip')
-rw-r--r-- | drivers/irqchip/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 4e230e7c76ee..eb5df9db9adc 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -110,7 +110,7 @@ config XTENSA_MX config IRQ_CROSSBAR bool help - Support for a CROSSBAR ip that preceeds the main interrupt controller. + Support for a CROSSBAR ip that precedes the main interrupt controller. The primary irqchip invokes the crossbar's callback which inturn allocates a free irq and configures the IP. Thus the peripheral interrupts are routed to one of the free irqchip interrupt lines. |