Fix the same typo in the ixp4xx and ixp2000 watchdog drivers.
Signed-off-by: Lennert Buytenhek <[email protected]>
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]