GPIO: gpiolib: correct description of gpiod_direction_output
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sat, 8 Feb 2014 06:25:25 +0000 (11:55 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Feb 2014 16:08:30 +0000 (17:08 +0100)
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpiolib.c

index 80da9f1940c9c11b611b3d84a265fab810392036..9b241bcb51077ee87a321f900125bf9a2cde540b 100644 (file)
@@ -1848,7 +1848,7 @@ int gpiod_direction_output_raw(struct gpio_desc *desc, int value)
 EXPORT_SYMBOL_GPL(gpiod_direction_output_raw);
 
 /**
- * gpiod_direction_output - set the GPIO direction to input
+ * gpiod_direction_output - set the GPIO direction to output
  * @desc:      GPIO to set to output
  * @value:     initial output value of the GPIO
  *
This page took 0.026035 seconds and 5 git commands to generate.