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

Commit 6ffcff93 authored by Sachin Kamat's avatar Sachin Kamat Committed by Wim Van Sebroeck
Browse files

watchdog: watchdog_core: Fix a trivial typo



Fixed a trivial typo.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 58e56373
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ int watchdog_init_timeout(struct watchdog_device *wdd,

	watchdog_check_min_max_timeout(wdd);

	/* try to get the tiemout module parameter first */
	/* try to get the timeout module parameter first */
	if (!watchdog_timeout_invalid(wdd, timeout_parm)) {
		wdd->timeout = timeout_parm;
		return ret;