aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-03-14 11:16:17 -0400
committerJonathan Corbet <corbet@lwn.net>2016-03-31 02:58:39 -0400
commit4817ebb144ffa5a1a2bc84b89ed9655dbe6c4502 (patch)
tree8319202f8e9b6e076c179fbb5556e8a5089987b9
parentd886e7ce157373773254f5c1e7f011cd9d3ec558 (diff)
serial: doc: Correct return type of mctrl_gpio_to_gpiod()
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/serial/driver3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/serial/driver b/Documentation/serial/driver
index ba84d1f38ca1..65de49a4b39e 100644
--- a/Documentation/serial/driver
+++ b/Documentation/serial/driver
@@ -462,7 +462,8 @@ mctrl_gpio_free(dev, gpios):
462 this function. 462 this function.
463 463
464mctrl_gpio_to_gpiod(gpios, gidx) 464mctrl_gpio_to_gpiod(gpios, gidx)
465 This returns the gpio structure associated to the modem line index. 465 This returns the gpio_desc structure associated to the modem line
466 index.
466 467
467mctrl_gpio_set(gpios, mctrl): 468mctrl_gpio_set(gpios, mctrl):
468 This will sets the gpios according to the mctrl state. 469 This will sets the gpios according to the mctrl state.