Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90df4fe0 authored by Rahul Bedarkar's avatar Rahul Bedarkar Committed by Linus Walleij
Browse files

GPIO: gpiolib: correct description of gpiod_direction_output

parent 01ca59f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *