aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pca953x.c
diff options
context:
space:
mode:
authorColin Cronin <colinpatrickcronin@gmail.com>2015-05-18 11:41:43 -0700
committerLinus Walleij <linus.walleij@linaro.org>2015-05-19 16:52:30 +0200
commit20a8a96873f69dc915e872e291f4376f436b295a (patch)
tree6863c787d8f182dbb4073b7199641f3cb72eb75e /drivers/gpio/gpio-pca953x.c
parentgpio: discourage passing base to gpio_chip (diff)
downloadlinux-dev-20a8a96873f69dc915e872e291f4376f436b295a.tar.xz
linux-dev-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-pca953x.c')
-rw-r--r--drivers/gpio/gpio-pca953x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c
index e2da64abbccd..eed42035207d 100644
--- a/drivers/gpio/gpio-pca953x.c
+++ b/drivers/gpio/gpio-pca953x.c
@@ -630,7 +630,7 @@ static int device_pca957x_init(struct pca953x_chip *chip, u32 invert)
memset(val, 0, NBANK(chip));
pca953x_write_regs(chip, PCA957X_INVRT, val);
- /* To enable register 6, 7 to controll pull up and pull down */
+ /* To enable register 6, 7 to control pull up and pull down */
memset(val, 0x02, NBANK(chip));
pca953x_write_regs(chip, PCA957X_BKEN, val);