Commit d97fac8f authored by David Vrabel's avatar David Vrabel Committed by Russell King

[ARM PATCH] 2298/1: Fix minor typo in ixp4xx_wdt

Patch from David Vrabel

Fix a minor typo in the MODULE_AUTHOR string in ixp4xx_wdt.

Signed-off-by: David Vrabel
Signed-off-by: Russell King
parent c4994d24
......@@ -216,7 +216,7 @@ static void __exit ixp4xx_wdt_exit(void)
module_init(ixp4xx_wdt_init);
module_exit(ixp4xx_wdt_exit);
MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net">);
MODULE_AUTHOR("Deepak Saxena <dsaxena@plexity.net>");
MODULE_DESCRIPTION("IXP4xx Network Processor Watchdog");
module_param(heartbeat, int, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment