aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/watchdog/pnx4008_wdt.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-01-20 23:56:19 +0900
committerWim Van Sebroeck <wim@iguana.be>2012-01-27 10:00:15 +0100
commitb1785dfd4fcd4011834f914810c1acb46b007a44 (patch)
treeb879461112db5b56e9bcfe5bbd76993aec26d1e8 /drivers/watchdog/pnx4008_wdt.c
parentwatchdog: wafer5823wdt: Fix handling WDIOS_DISABLECARD/WDIOS_ENABLECARD options (diff)
downloadwireguard-linux-b1785dfd4fcd4011834f914810c1acb46b007a44.tar.xz
wireguard-linux-b1785dfd4fcd4011834f914810c1acb46b007a44.zip
watchdog: Fix typo "unexpectdly"
Correct typo "unexpectdly" to "unexpectedly" in pnx4008_wdt.c and stmp3xxx_wdt.c Signed-off-by: Masanari Iida<standby24x7@gmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/pnx4008_wdt.c')
-rw-r--r--drivers/watchdog/pnx4008_wdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/pnx4008_wdt.c b/drivers/watchdog/pnx4008_wdt.c
index bd143c9dd3e6..8e210aafdfd0 100644
--- a/drivers/watchdog/pnx4008_wdt.c
+++ b/drivers/watchdog/pnx4008_wdt.c
@@ -226,7 +226,7 @@ static long pnx4008_wdt_ioctl(struct file *file, unsigned int cmd,
static int pnx4008_wdt_release(struct inode *inode, struct file *file)
{
if (!test_bit(WDT_OK_TO_CLOSE, &wdt_status))
- printk(KERN_WARNING "WATCHDOG: Device closed unexpectdly\n");
+ printk(KERN_WARNING "WATCHDOG: Device closed unexpectedly\n");
wdt_disable();
clk_disable(wdt_clk);