aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Ceresoli <[email protected]>2022-06-03 17:57:27 +0200
committerWim Van Sebroeck <[email protected]>2022-07-23 14:21:23 +0200
commit418c951d637a2685392f52fd26113bfe14408f89 (patch)
tree32262082afa24cb486cf2d6f551c6bdfb3faad15
parent79ded5088dd1f327e64d14afaa522b25eb830384 (diff)
watchdog: max77620: update Luca Ceresoli's e-mail address
My Bootlin address is preferred from now on. Signed-off-by: Luca Ceresoli <[email protected]> Signed-off-by: Luca Ceresoli <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> https://lore.kernel.org/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
-rw-r--r--drivers/watchdog/max77620_wdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/max77620_wdt.c b/drivers/watchdog/max77620_wdt.c
index b76ad6ba0915..33835c0b06de 100644
--- a/drivers/watchdog/max77620_wdt.c
+++ b/drivers/watchdog/max77620_wdt.c
@@ -6,7 +6,7 @@
* Copyright (C) 2022 Luca Ceresoli
*
* Author: Laxman Dewangan <[email protected]>
- * Author: Luca Ceresoli <[email protected]>
+ * Author: Luca Ceresoli <[email protected]>
*/
#include <linux/err.h>
@@ -260,5 +260,5 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "
"(default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
MODULE_AUTHOR("Laxman Dewangan <[email protected]>");
-MODULE_AUTHOR("Luca Ceresoli <[email protected]>");
+MODULE_AUTHOR("Luca Ceresoli <[email protected]>");
MODULE_LICENSE("GPL v2");