Преглед изворни кода

[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>
Lennert Buytenhek пре 20 година
родитељ
комит
b36bbb6c3d
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      drivers/char/watchdog/ixp2000_wdt.c
  2. 1 1
      drivers/char/watchdog/ixp4xx_wdt.c

+ 1 - 1
drivers/char/watchdog/ixp2000_wdt.c

@@ -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");
 	}
 	}
 
 

+ 1 - 1
drivers/char/watchdog/ixp4xx_wdt.c

@@ -156,7 +156,7 @@ ixp4xx_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");
 	}
 	}