Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Jonathan Corbet
4817ebb1 d886e7ce

+2 -1
+2 -1
Documentation/serial/driver
··· 462 462 this function. 463 463 464 464 mctrl_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 467 468 mctrl_gpio_set(gpios, mctrl): 468 469 This will sets the gpios according to the mctrl state.