|
@@ -162,7 +162,7 @@ ixp2000_wdt_release(struct inode *inode, struct file *file)
|
|
if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) {
|
|
if (test_bit(WDT_OK_TO_CLOSE, &wdt_status)) {
|
|
wdt_disable();
|
|
wdt_disable();
|
|
} else {
|
|
} else {
|
|
- printk(KERN_CRIT "WATCHDOG: Device closed unexpectdly - "
|
|
|
|
|
|
+ printk(KERN_CRIT "WATCHDOG: Device closed unexpectedly - "
|
|
"timer will not stop\n");
|
|
"timer will not stop\n");
|
|
}
|
|
}
|
|
|
|
|