diff options
-rw-r--r-- | drivers/watchdog/max77620_wdt.c | 4 |
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"); |