aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/watchdog_core.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-10-28 14:17:17 +0530
committerWim Van Sebroeck <wim@iguana.be>2013-11-17 19:38:34 +0100
commit6ffcff931971ce78d08220a7a3bbaddaea207598 (patch)
tree79adaccbb2ead11d2b15528d1301e906f710a935 /drivers/watchdog/watchdog_core.c
parentwatchdog: dw: Enable OF support for DW watchdog timer (diff)
downloadlinux-dev-6ffcff931971ce78d08220a7a3bbaddaea207598.tar.xz
linux-dev-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/watchdog_core.c')
-rw-r--r--drivers/watchdog/watchdog_core.c2
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;