aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <[email protected]>2022-05-07 08:28:50 +0900
committerAlexandre Belloni <[email protected]>2022-05-18 00:20:39 +0200
commita37bdde620c2eb89505ee42ff60ed7030b50f71a (patch)
tree50dbef941002103b4c809137d18f1f5f9aa454ea
parentbce7a01ada6456d00c69cd816357ded268ad780c (diff)
rtc: meson: Fix email address in MODULE_AUTHOR
Ben Dooks's email address is <[email protected]>. Fix Ben Dooks's email address in MODULE_AUTHOR. Signed-off-by: Nobuhiro Iwamatsu <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/rtc/rtc-meson.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-meson.c b/drivers/rtc/rtc-meson.c
index 44bdc8b4a90d..db1d626edca5 100644
--- a/drivers/rtc/rtc-meson.c
+++ b/drivers/rtc/rtc-meson.c
@@ -399,7 +399,7 @@ static struct platform_driver meson_rtc_driver = {
module_platform_driver(meson_rtc_driver);
MODULE_DESCRIPTION("Amlogic Meson RTC Driver");
-MODULE_AUTHOR("Ben Dooks <[email protected]>");
+MODULE_AUTHOR("Ben Dooks <[email protected]>");
MODULE_AUTHOR("Martin Blumenstingl <[email protected]>");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:meson-rtc");