Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

watchdog: watchdog_core: Fix a trivial typo

Fixed a trivial typo.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Sachin Kamat and committed by
Wim Van Sebroeck
6ffcff93 58e56373

+1 -1
+1 -1
drivers/watchdog/watchdog_core.c
··· 77 77 78 78 watchdog_check_min_max_timeout(wdd); 79 79 80 - /* try to get the tiemout module parameter first */ 80 + /* try to get the timeout module parameter first */ 81 81 if (!watchdog_timeout_invalid(wdd, timeout_parm)) { 82 82 wdd->timeout = timeout_parm; 83 83 return ret;