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

rtc: update my email address

Use my current email address.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

+4 -4
+2 -2
drivers/rtc/rtc-abx80x.c
··· 5 5 * Copyright 2014-2015 Macq S.A. 6 6 * 7 7 * Author: Philippe De Muyter <phdm@macqel.be> 8 - * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com> 8 + * Author: Alexandre Belloni <alexandre.belloni@bootlin.com> 9 9 * 10 10 * This program is free software; you can redistribute it and/or modify 11 11 * it under the terms of the GNU General Public License version 2 as ··· 906 906 module_i2c_driver(abx80x_driver); 907 907 908 908 MODULE_AUTHOR("Philippe De Muyter <phdm@macqel.be>"); 909 - MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@free-electrons.com>"); 909 + MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@bootlin.com>"); 910 910 MODULE_DESCRIPTION("Abracon ABX80X RTC driver"); 911 911 MODULE_LICENSE("GPL v2");
+2 -2
drivers/rtc/rtc-rv8803.c
··· 3 3 * RTC driver for the Micro Crystal RV8803 4 4 * 5 5 * Copyright (C) 2015 Micro Crystal SA 6 - * Alexandre Belloni <alexandre.belloni@free-electrons.com> 6 + * Alexandre Belloni <alexandre.belloni@bootlin.com> 7 7 * 8 8 */ 9 9 ··· 643 643 }; 644 644 module_i2c_driver(rv8803_driver); 645 645 646 - MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@free-electrons.com>"); 646 + MODULE_AUTHOR("Alexandre Belloni <alexandre.belloni@bootlin.com>"); 647 647 MODULE_DESCRIPTION("Micro Crystal RV8803 RTC driver"); 648 648 MODULE_LICENSE("GPL v2");