Skip to content

Commit

Permalink
GPIO: gpiolib: correct description of gpiod_direction_output
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Rahul Bedarkar authored and Linus Walleij committed Feb 12, 2014
1 parent 01ca59f commit 90df4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 90df4fe

Please sign in to comment.