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

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>

authored by

anish kumar and committed by
Sebastian Reichel
c0f3a012 3287673c

+2 -2
+2 -2
drivers/power/supply/generic-adc-battery.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * Generic battery driver using IIO 4 - * Copyright (C) 2012, Anish Kumar <anish198519851985@gmail.com> 4 + * Copyright (C) 2012, Anish Kumar <yesanishhere@gmail.com> 5 5 * Copyright (c) 2023, Sebastian Reichel <sre@kernel.org> 6 6 */ 7 7 #include <linux/interrupt.h> ··· 295 295 }; 296 296 module_platform_driver(gab_driver); 297 297 298 - MODULE_AUTHOR("anish kumar <anish198519851985@gmail.com>"); 298 + MODULE_AUTHOR("anish kumar <yesanishhere@gmail.com>"); 299 299 MODULE_DESCRIPTION("generic battery driver using IIO"); 300 300 MODULE_LICENSE("GPL");