Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1986521 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina
Browse files

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



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

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 2105b9a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 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.