Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtc: meson: Fix email address in MODULE_AUTHOR

Ben Dooks's email address is <ben.dooks@codethink.co.uk>.
Fix Ben Dooks's email address in MODULE_AUTHOR.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220506232850.220582-1-nobuhiro1.iwamatsu@toshiba.co.jp

authored by

Nobuhiro Iwamatsu and committed by
Alexandre Belloni
a37bdde6 bce7a01a

+1 -1
+1 -1
drivers/rtc/rtc-meson.c
··· 399 399 module_platform_driver(meson_rtc_driver); 400 400 401 401 MODULE_DESCRIPTION("Amlogic Meson RTC Driver"); 402 - MODULE_AUTHOR("Ben Dooks <ben.doosk@codethink.co.uk>"); 402 + MODULE_AUTHOR("Ben Dooks <ben.dooks@codethink.co.uk>"); 403 403 MODULE_AUTHOR("Martin Blumenstingl <martin.blumenstingl@googlemail.com>"); 404 404 MODULE_LICENSE("GPL v2"); 405 405 MODULE_ALIAS("platform:meson-rtc");