Skip to content

Commit

Permalink
watchdog: Fix typo in pnx4008_wdt.c
Browse files Browse the repository at this point in the history
Correct spelling "resouce" to "resource" in
drivers/watchdog/pnx4008_wdt.c

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
  • Loading branch information
standby24x7 authored and Wim Van Sebroeck committed Feb 28, 2012
1 parent e1d1d68 commit 7ec0f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/pnx4008_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ static int __devinit pnx4008_wdt_probe(struct platform_device *pdev)
wdt_mem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
if (wdt_mem == NULL) {
printk(KERN_INFO MODULE_NAME
"failed to get memory region resouce\n");
"failed to get memory region resource\n");
return -ENOENT;
}

Expand Down

0 comments on commit 7ec0f04

Please sign in to comment.