[PATCH] ixp4xx/ixp2000 watchdog driver typo

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

Signed-off-by: Lennert Buytenhek <buytenh+lkml@wantstofly.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Lennert Buytenhek and committed by Linus Torvalds b36bbb6c 45ae36cb

+2 -2
+1 -1
drivers/char/watchdog/ixp2000_wdt.c
··· 162 162 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) { 163 163 wdt_disable(); 164 164 } else { 165 - printk(KERN_CRIT "WATCHDOG: Device closed unexpectdly - " 165 + printk(KERN_CRIT "WATCHDOG: Device closed unexpectedly - " 166 166 "timer will not stop\n"); 167 167 } 168 168
+1 -1
drivers/char/watchdog/ixp4xx_wdt.c
··· 156 156 if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) { 157 157 wdt_disable(); 158 158 } else { 159 - printk(KERN_CRIT "WATCHDOG: Device closed unexpectdly - " 159 + printk(KERN_CRIT "WATCHDOG: Device closed unexpectedly - " 160 160 "timer will not stop\n"); 161 161 } 162 162