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:
d886e7c
)
serial: doc: Correct return type of mctrl_gpio_to_gpiod()
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Mon, 14 Mar 2016 15:16:17 +0000
(16:16 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 31 Mar 2016 06:58:39 +0000
(
00:58
-0600)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/serial/driver
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/serial/driver
b/Documentation/serial/driver
index ba84d1f38ca1d1e64bb3f15182bdf3a93f62085f..65de49a4b39e5baff983dd61509d9e5030e7df03 100644
(file)
--- a/
Documentation/serial/driver
+++ b/
Documentation/serial/driver
@@
-462,7
+462,8
@@
mctrl_gpio_free(dev, gpios):
this function.
mctrl_gpio_to_gpiod(gpios, gidx)
- This returns the gpio structure associated to the modem line index.
+ This returns the gpio_desc structure associated to the modem line
+ index.
mctrl_gpio_set(gpios, mctrl):
This will sets the gpios according to the mctrl state.