projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e5637
)
watchdog: watchdog_core: Fix a trivial typo
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 28 Oct 2013 08:47:17 +0000
(14:17 +0530)
committer
Wim Van Sebroeck
<wim@iguana.be>
Sun, 17 Nov 2013 18:38:34 +0000
(19:38 +0100)
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>
drivers/watchdog/watchdog_core.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/watchdog_core.c
b/drivers/watchdog/watchdog_core.c
index
05d18b4
..
461336c
100644
(file)
--- 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 ti
em
out module parameter first */
+ /* try to get the ti
me
out module parameter first */
if (!watchdog_timeout_invalid(wdd, timeout_parm)) {
wdd->timeout = timeout_parm;
return ret;