From: Geert Uytterhoeven Date: Mon, 14 Mar 2016 15:16:17 +0000 (+0100) Subject: serial: doc: Correct return type of mctrl_gpio_to_gpiod() X-Git-Tag: v4.7-rc1~112^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4817ebb144ffa5a1a2bc84b89ed9655dbe6c4502;p=thirdparty%2Flinux.git serial: doc: Correct return type of mctrl_gpio_to_gpiod() Signed-off-by: Geert Uytterhoeven Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/serial/driver b/Documentation/serial/driver index ba84d1f38ca1d..65de49a4b39e5 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.