From: Pozsar Balazs Date: Fri, 21 Oct 2005 09:52:01 +0000 (+0100) Subject: [WATCHDOG] w83627hf_wdt trivial typo X-Git-Tag: v2.6.15-rc1~18^2~34^2~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05101738a4e23fa6f22460150a6ef4775d6473f;p=linux-2.6 [WATCHDOG] w83627hf_wdt trivial typo The most trivial typo fix in the world. Signed-off-by: Pozsar Balazs Signed-off-by: Pádraig Brady Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/char/watchdog/w83627hf_wdt.c b/drivers/char/watchdog/w83627hf_wdt.c index b5d8210154..d15ca9a398 100644 --- a/drivers/char/watchdog/w83627hf_wdt.c +++ b/drivers/char/watchdog/w83627hf_wdt.c @@ -359,5 +359,5 @@ module_exit(wdt_exit); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Pádraig Brady "); -MODULE_DESCRIPTION("w38627hf WDT driver"); +MODULE_DESCRIPTION("w83627hf WDT driver"); MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);