浏览代码

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>
Geert Uytterhoeven 9 年之前
父节点
当前提交
4817ebb144
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Documentation/serial/driver

+ 2 - 1
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.