Skip to content

Commit 566d3a5

Browse files
t-8chij-intel
authored andcommitted
MAINTAINERS: consistently use my dedicated email address
I use a dedicated address for kernel development. Unfortunately at some point I used another address and later copied it around to other places. Consistently use the dedicated address everywhere. As the old address does in fact work, an update to mailmap is not necessary. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20250331-email-correction-v1-1-4c0e92862202@weissschuh.net Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 9462e74 commit 566d3a5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MAINTAINERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5506,20 +5506,20 @@ F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml
55065506
F: sound/soc/codecs/cros_ec_codec.*
55075507

55085508
CHROMEOS EC CHARGE CONTROL
5509-
M: Thomas Weißschuh <thomas@weissschuh.net>
5509+
M: Thomas Weißschuh <linux@weissschuh.net>
55105510
S: Maintained
55115511
F: drivers/power/supply/cros_charge-control.c
55125512

55135513
CHROMEOS EC HARDWARE MONITORING
5514-
M: Thomas Weißschuh <thomas@weissschuh.net>
5514+
M: Thomas Weißschuh <linux@weissschuh.net>
55155515
L: chrome-platform@lists.linux.dev
55165516
L: linux-hwmon@vger.kernel.org
55175517
S: Maintained
55185518
F: Documentation/hwmon/cros_ec_hwmon.rst
55195519
F: drivers/hwmon/cros_ec_hwmon.c
55205520

55215521
CHROMEOS EC LED DRIVER
5522-
M: Thomas Weißschuh <thomas@weissschuh.net>
5522+
M: Thomas Weißschuh <linux@weissschuh.net>
55235523
S: Maintained
55245524
F: drivers/leds/leds-cros_ec.c
55255525

@@ -9992,7 +9992,7 @@ F: Documentation/hwmon/gigabyte_waterforce.rst
99929992
F: drivers/hwmon/gigabyte_waterforce.c
99939993

99949994
GIGABYTE WMI DRIVER
9995-
M: Thomas Weißschuh <thomas@weissschuh.net>
9995+
M: Thomas Weißschuh <linux@weissschuh.net>
99969996
L: platform-driver-x86@vger.kernel.org
99979997
S: Maintained
99989998
F: drivers/platform/x86/gigabyte-wmi.c

drivers/platform/x86/gigabyte-wmi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* Copyright (C) 2021 Thomas Weißschuh <thomas@weissschuh.net>
3+
* Copyright (C) 2021 Thomas Weißschuh <linux@weissschuh.net>
44
*/
55
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
66

@@ -159,6 +159,6 @@ static struct wmi_driver gigabyte_wmi_driver = {
159159
module_wmi_driver(gigabyte_wmi_driver);
160160

161161
MODULE_DEVICE_TABLE(wmi, gigabyte_wmi_id_table);
162-
MODULE_AUTHOR("Thomas Weißschuh <thomas@weissschuh.net>");
162+
MODULE_AUTHOR("Thomas Weißschuh <linux@weissschuh.net>");
163163
MODULE_DESCRIPTION("Gigabyte WMI temperature driver");
164164
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)