From: Hans-Christian Egtvedt Date: Tue, 28 Jun 2011 15:01:14 +0000 (+0200) Subject: watchdog: update author email for at32ap700x_wdt X-Git-Tag: upstream/snapshot3+hdmi~9754^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aeb0aea143e958d5218162d73b1ed4d6ff0ed7c4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git watchdog: update author email for at32ap700x_wdt This patch updates the email address of the at32ap700x_wdt driver supported by me to an email account I will use on a more regular basis in the future. Signed-off-by: Hans-Christian Egtvedt Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/at32ap700x_wdt.c b/drivers/watchdog/at32ap700x_wdt.c index 750bc52..4ca5d40 100644 --- a/drivers/watchdog/at32ap700x_wdt.c +++ b/drivers/watchdog/at32ap700x_wdt.c @@ -448,7 +448,7 @@ static void __exit at32_wdt_exit(void) } module_exit(at32_wdt_exit); -MODULE_AUTHOR("Hans-Christian Egtvedt "); +MODULE_AUTHOR("Hans-Christian Egtvedt "); MODULE_DESCRIPTION("Watchdog driver for Atmel AT32AP700X"); MODULE_LICENSE("GPL"); MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);