[U-Boot] [PATCH v1 1/3] wdt: Fix spelling Resettting -> Resetting
Andy Shevchenko
andriy.shevchenko at linux.intel.com
Wed Jul 5 17:44:06 UTC 2017
Fix spelling Resettting -> Resetting.
No functional change intended.
Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
---
drivers/watchdog/wdt-uclass.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/watchdog/wdt-uclass.c b/drivers/watchdog/wdt-uclass.c
index ab8a64c354..bb9ae80866 100644
--- 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 Resettting: %lu\n", flags);
+ debug("WDT Resetting: %lu\n", flags);
ops = device_get_ops(dev);
if (ops->expire_now) {
return ops->expire_now(dev, flags);
--
2.11.0
More information about the U-Boot
mailing list