Skip to content

Commit c0f3a01

Browse files
yesanishheresre
authored andcommitted
power: supply: generic-adc-battery: change my gmail
change my contact in this driver. Signed-off-by: anish kumar <yesanishhere@gmail.com> Link: https://lore.kernel.org/r/20241023061126.7896-1-yesanishhere@gmail.com Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent 3287673 commit c0f3a01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/power/supply/generic-adc-battery.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* Generic battery driver using IIO
4-
* Copyright (C) 2012, Anish Kumar <anish198519851985@gmail.com>
4+
* Copyright (C) 2012, Anish Kumar <yesanishhere@gmail.com>
55
* Copyright (c) 2023, Sebastian Reichel <sre@kernel.org>
66
*/
77
#include <linux/interrupt.h>
@@ -295,6 +295,6 @@ static struct platform_driver gab_driver = {
295295
};
296296
module_platform_driver(gab_driver);
297297

298-
MODULE_AUTHOR("anish kumar <anish198519851985@gmail.com>");
298+
MODULE_AUTHOR("anish kumar <yesanishhere@gmail.com>");
299299
MODULE_DESCRIPTION("generic battery driver using IIO");
300300
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)