Skip to content

Commit aeb0aea

Browse files
Hans-Christian EgtvedtWim Van Sebroeck
authored andcommitted
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 <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent ae2a006 commit aeb0aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/watchdog/at32ap700x_wdt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ static void __exit at32_wdt_exit(void)
448448
}
449449
module_exit(at32_wdt_exit);
450450

451-
MODULE_AUTHOR("Hans-Christian Egtvedt <[email protected]>");
451+
MODULE_AUTHOR("Hans-Christian Egtvedt <[email protected]>");
452452
MODULE_DESCRIPTION("Watchdog driver for Atmel AT32AP700X");
453453
MODULE_LICENSE("GPL");
454454
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);

0 commit comments

Comments
 (0)