projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ca59f
)
GPIO: gpiolib: correct description of gpiod_direction_output
author
Rahul Bedarkar
<rahulbedarkar89@gmail.com>
Sat, 8 Feb 2014 06:25:25 +0000
(11:55 +0530)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/gpiolib.c
b/drivers/gpio/gpiolib.c
index 80da9f1940c9c11b611b3d84a265fab810392036..9b241bcb51077ee87a321f900125bf9a2cde540b 100644
(file)
--- a/
drivers/gpio/gpiolib.c
+++ b/
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);
/**
- * gpiod_direction_output - set the GPIO direction to
in
put
+ * gpiod_direction_output - set the GPIO direction to
out
put
* @desc: GPIO to set to output
* @value: initial output value of the GPIO
*