diff options
author | Colin Cronin <colinpatrickcronin@gmail.com> | 2015-05-18 20:41:43 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-05-19 16:52:30 +0200 |
commit | 20a8a96873f69dc915e872e291f4376f436b295a (patch) | |
tree | 6863c787d8f182dbb4073b7199641f3cb72eb75e /drivers/gpio/gpio-zynq.c | |
parent | gpio: discourage passing base to gpio_chip (diff) | |
download | linux-20a8a96873f69dc915e872e291f4376f436b295a.tar.xz linux-20a8a96873f69dc915e872e291f4376f436b295a.zip |
Drivers: gpio: Fix spelling errors
Fixed several spelling errors in gpio-lynxpoint, gpio-pca953x,
gpio-tegra, gpio-zynq, gpiolib-of, gpiolib.
Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-zynq.c')
-rw-r--r-- | drivers/gpio/gpio-zynq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-zynq.c b/drivers/gpio/gpio-zynq.c index 184c4b1b2558..0d9663f53834 100644 --- a/drivers/gpio/gpio-zynq.c +++ b/drivers/gpio/gpio-zynq.c @@ -335,7 +335,7 @@ static void zynq_gpio_irq_ack(struct irq_data *irq_data) * @irq_data: irq data containing irq number of gpio pin for the interrupt * to enable * - * Clears the INTSTS bit and unmasks the given interrrupt. + * Clears the INTSTS bit and unmasks the given interrupt. */ static void zynq_gpio_irq_enable(struct irq_data *irq_data) { |