Skip to content

Commit

Permalink
watchdog: watchdog_core: Fix a trivial typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sachin Kamat authored and Wim Van Sebroeck committed Nov 17, 2013
1 parent 58e5637 commit 6ffcff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/watchdog_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6ffcff9

Please sign in to comment.