projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daab59a
)
wdt: Fix spelling Resettting -> Resetting
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Wed, 5 Jul 2017 17:44:06 +0000
(20:44 +0300)
committer
Tom Rini
<trini@konsulko.com>
Fri, 7 Jul 2017 11:38:07 +0000
(07:38 -0400)
Fix spelling Resettting -> Resetting.
No functional change intended.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/watchdog/wdt-uclass.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/wdt-uclass.c
b/drivers/watchdog/wdt-uclass.c
index ab8a64c354a59dfbf91634c054d1645f8e82535a..bb9ae808666f577bef796ab277f1ea8a8e20d6e8 100644
(file)
--- a/
drivers/watchdog/wdt-uclass.c
+++ b/
drivers/watchdog/wdt-uclass.c
@@
-48,7
+48,7
@@
int wdt_expire_now(struct udevice *dev, ulong flags)
int ret = 0;
const struct wdt_ops *ops;
- debug("WDT Resett
t
ing: %lu\n", flags);
+ debug("WDT Resetting: %lu\n", flags);
ops = device_get_ops(dev);
if (ops->expire_now) {
return ops->expire_now(dev, flags);