Преглед изворни кода

GPIO: gpiolib: correct description of gpiod_direction_output

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Rahul Bedarkar пре 11 година
родитељ
комит
90df4fe07f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/gpio/gpiolib.c

+ 1 - 1
drivers/gpio/gpiolib.c

@@ -1848,7 +1848,7 @@ int gpiod_direction_output_raw(struct gpio_desc *desc, int value)
 EXPORT_SYMBOL_GPL(gpiod_direction_output_raw);
 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
  * @desc:	GPIO to set to output
  * @value:	initial output value of the GPIO
  * @value:	initial output value of the GPIO
  *
  *