[PATCH] ixp4xx/ixp2000 watchdog driver typo

From: Lennert Buytenhek
Date: Sun Jun 19 2005 - 13:49:56 EST


Fix the same typo in the ixp4xx and ixp2000 watchdog drivers.

Signed-off-by: Lennert Buytenhek <buytenh+lkml@xxxxxxxxxxxxxx>

diff -urN linux-2.6.12.orig/drivers/char/watchdog/ixp4xx_wdt.c linux-2.6.12/drivers/char/watchdog/ixp4xx_wdt.c
--- linux-2.6.12.orig/drivers/char/watchdog/ixp4xx_wdt.c 2005-06-17 21:48:29.000000000 +0200
+++ linux-2.6.12/drivers/char/watchdog/ixp4xx_wdt.c 2005-06-19 20:40:15.796402087 +0200
@@ -156,7 +156,7 @@
if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) {
wdt_disable();
} else {
- printk(KERN_CRIT "WATCHDOG: Device closed unexpectdly - "
+ printk(KERN_CRIT "WATCHDOG: Device closed unexpectedly - "
"timer will not stop\n");
}

diff -urN linux-2.6.12.orig/drivers/char/watchdog/ixp2000_wdt.c linux-2.6.12/drivers/char/watchdog/ixp2000_wdt.c
--- linux-2.6.12.orig/drivers/char/watchdog/ixp2000_wdt.c 2005-06-17 21:48:29.000000000 +0200
+++ linux-2.6.12/drivers/char/watchdog/ixp2000_wdt.c 2005-06-19 20:40:22.176765156 +0200
@@ -162,7 +162,7 @@
if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) {
wdt_disable();
} else {
- printk(KERN_CRIT "WATCHDOG: Device closed unexpectdly - "
+ printk(KERN_CRIT "WATCHDOG: Device closed unexpectedly - "
"timer will not stop\n");
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/