We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3287673 commit c0f3a01Copy full SHA for c0f3a01
drivers/power/supply/generic-adc-battery.c
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Generic battery driver using IIO
4
- * Copyright (C) 2012, Anish Kumar <anish198519851985@gmail.com>
+ * Copyright (C) 2012, Anish Kumar <yesanishhere@gmail.com>
5
* Copyright (c) 2023, Sebastian Reichel <sre@kernel.org>
6
*/
7
#include <linux/interrupt.h>
@@ -295,6 +295,6 @@ static struct platform_driver gab_driver = {
295
};
296
module_platform_driver(gab_driver);
297
298
-MODULE_AUTHOR("anish kumar <anish198519851985@gmail.com>");
+MODULE_AUTHOR("anish kumar <yesanishhere@gmail.com>");
299
MODULE_DESCRIPTION("generic battery driver using IIO");
300
MODULE_LICENSE("GPL");
0 commit comments