diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-03-14 16:16:17 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-03-31 00:58:39 -0600 |
commit | 4817ebb144ffa5a1a2bc84b89ed9655dbe6c4502 (patch) | |
tree | 8319202f8e9b6e076c179fbb5556e8a5089987b9 /Documentation/serial | |
parent | d886e7ce157373773254f5c1e7f011cd9d3ec558 (diff) | |
download | linux-4817ebb144ffa5a1a2bc84b89ed9655dbe6c4502.tar.gz |
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>
Diffstat (limited to 'Documentation/serial')
-rw-r--r-- | Documentation/serial/driver | 3 |
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): 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. |