Commit e19865219d2090e60ca1debd12d9d1e6e7a11a43

Authored by Masanari Iida
Committed by Jiri Kosina
1 parent 2105b9a11f

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/watchdog/watchdog-kernel-api.txt
... ... @@ -167,5 +167,5 @@
167 167  
168 168 The watchdog_get_drvdata function allows you to retrieve driver specific data.
169 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.