summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Navet <laurent.navet@gmail.com>2013-03-20 12:15:55 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2013-03-27 15:05:14 (GMT)
commit9ccb1a26cedf0a03a59f70f270565f3884ec08f6 (patch)
treea0a0fb78fba91e8e98125c749ab8140913927d5c
parent493294d4a82470c44bf7ac9b21b901fb3e56dc3b (diff)
downloadlinux-fsl-qoriq-9ccb1a26cedf0a03a59f70f270565f3884ec08f6.tar.xz
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>
-rw-r--r--drivers/gpio/gpiolib-of.c2
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