diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-10-28 14:17:17 +0530 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2013-11-17 19:38:34 +0100 |
commit | 6ffcff931971ce78d08220a7a3bbaddaea207598 (patch) | |
tree | 79adaccbb2ead11d2b15528d1301e906f710a935 /drivers/watchdog | |
parent | 58e5637333afc2bb024ff8aef212311be0614d47 (diff) | |
download | blackbird-obmc-linux-6ffcff931971ce78d08220a7a3bbaddaea207598.tar.gz blackbird-obmc-linux-6ffcff931971ce78d08220a7a3bbaddaea207598.zip |
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>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/watchdog_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/watchdog_core.c b/drivers/watchdog/watchdog_core.c index 05d18b4c661b..461336c4519f 100644 --- a/drivers/watchdog/watchdog_core.c +++ b/drivers/watchdog/watchdog_core.c @@ -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; |