浏览代码

Documentation: Fix typo in watchdog-kernel-api.txt

Correct spelling "retruns" to "returns" in
Documentations/watchdog/watchdog-kernel-api.txt

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Masanari Iida 13 年之前
父节点
当前提交
e19865219d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/watchdog/watchdog-kernel-api.txt

+ 1 - 1
Documentation/watchdog/watchdog-kernel-api.txt

@@ -167,4 +167,4 @@ driver specific data to and a pointer to the data itself.
 
 
 The watchdog_get_drvdata function allows you to retrieve driver specific data.
 The watchdog_get_drvdata function allows you to retrieve driver specific data.
 The argument of this function is the watchdog device where you want to retrieve
 The argument of this function is the watchdog device where you want to retrieve
-data from. The function retruns the pointer to the driver specific data.
+data from. The function returns the pointer to the driver specific data.