mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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>
This commit is contained in:
parent
3287673c1d
commit
c0f3a0124d
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Generic battery driver using IIO
|
||||
* Copyright (C) 2012, Anish Kumar <anish198519851985@gmail.com>
|
||||
* Copyright (C) 2012, Anish Kumar <yesanishhere@gmail.com>
|
||||
* Copyright (c) 2023, Sebastian Reichel <sre@kernel.org>
|
||||
*/
|
||||
#include <linux/interrupt.h>
|
||||
|
|
@ -295,6 +295,6 @@ static struct platform_driver gab_driver = {
|
|||
};
|
||||
module_platform_driver(gab_driver);
|
||||
|
||||
MODULE_AUTHOR("anish kumar <anish198519851985@gmail.com>");
|
||||
MODULE_AUTHOR("anish kumar <yesanishhere@gmail.com>");
|
||||
MODULE_DESCRIPTION("generic battery driver using IIO");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user