aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/watchdog/watchdog-kernel-api.txt
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-10 10:09:20 -0500
committerJiri Kosina <jkosina@suse.cz>2012-02-21 05:40:34 -0500
commite19865219d2090e60ca1debd12d9d1e6e7a11a43 (patch)
tree46ff2909a70dcc82d74b3763b141a532caf6b10c /Documentation/watchdog/watchdog-kernel-api.txt
parent2105b9a11fbf92a4bf16ced4dba7f59a110932b2 (diff)
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>
Diffstat (limited to 'Documentation/watchdog/watchdog-kernel-api.txt')
-rw-r--r--Documentation/watchdog/watchdog-kernel-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/watchdog/watchdog-kernel-api.txt b/Documentation/watchdog/watchdog-kernel-api.txt
index 4b93c28e35c6..9e162465b0cf 100644
--- a/Documentation/watchdog/watchdog-kernel-api.txt
+++ b/Documentation/watchdog/watchdog-kernel-api.txt
@@ -167,4 +167,4 @@ driver specific data to and a pointer to the data itself.
167 167
168The watchdog_get_drvdata function allows you to retrieve driver specific data. 168The watchdog_get_drvdata function allows you to retrieve driver specific data.
169The argument of this function is the watchdog device where you want to retrieve 169The argument of this function is the watchdog device where you want to retrieve
170data from. The function retruns the pointer to the driver specific data. 170data from. The function returns the pointer to the driver specific data.