diff options
author | Laurent Navet <laurent.navet@gmail.com> | 2013-03-20 13:15:55 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-03-27 16:05:14 +0100 |
commit | 9ccb1a26cedf0a03a59f70f270565f3884ec08f6 (patch) | |
tree | a0a0fb78fba91e8e98125c749ab8140913927d5c /drivers/gpio/gpiolib-of.c | |
parent | 493294d4a82470c44bf7ac9b21b901fb3e56dc3b (diff) | |
download | op-kernel-dev-9ccb1a26cedf0a03a59f70f270565f3884ec08f6.zip op-kernel-dev-9ccb1a26cedf0a03a59f70f270565f3884ec08f6.tar.gz |
gpio: gpiolib-of.c: fix checkpatch error
Fix :
gpio/gpiolib-of.c:64: ERROR: code indent should use tabs where possible
Signed-off-by: Laurent Navet <laurent.navet@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpiolib-of.c')
-rw-r--r-- | drivers/gpio/gpiolib-of.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c index a71a54a..8940793 100644 --- a/drivers/gpio/gpiolib-of.c +++ b/drivers/gpio/gpiolib-of.c @@ -61,7 +61,7 @@ static int of_gpiochip_find_and_xlate(struct gpio_chip *gc, void *data) * in flags for the GPIO. */ int of_get_named_gpio_flags(struct device_node *np, const char *propname, - int index, enum of_gpio_flags *flags) + int index, enum of_gpio_flags *flags) { /* Return -EPROBE_DEFER to support probe() functions to be called * later when the GPIO actually becomes available |