diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-10 10:09:20 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 05:40:34 -0500 |
commit | e19865219d2090e60ca1debd12d9d1e6e7a11a43 (patch) | |
tree | 46ff2909a70dcc82d74b3763b141a532caf6b10c /Documentation/watchdog | |
parent | 2105b9a11fbf92a4bf16ced4dba7f59a110932b2 (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')
-rw-r--r-- | Documentation/watchdog/watchdog-kernel-api.txt | 2 |
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 | ||
168 | The watchdog_get_drvdata function allows you to retrieve driver specific data. | 168 | The watchdog_get_drvdata function allows you to retrieve driver specific data. |
169 | The argument of this function is the watchdog device where you want to retrieve | 169 | The argument of this function is the watchdog device where you want to retrieve |
170 | data from. The function retruns the pointer to the driver specific data. | 170 | data from. The function returns the pointer to the driver specific data. |