serial: doc: Correct return type of mctrl_gpio_to_gpiod()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 14 Mar 2016 15:16:17 +0000 (16:16 +0100)
committerJonathan 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

index ba84d1f..65de49a 100644 (file)
@@ -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.