mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
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>
This commit is contained in:
parent
01ca59f1bb
commit
90df4fe07f
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user