[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250331-email-correction-v1-1-4c0e92862202@weissschuh.net>
Date: Mon, 31 Mar 2025 20:29:47 +0200
From: Thomas Weißschuh <linux@...ssschuh.net>
To: Tzung-Bi Shih <tzungbi@...nel.org>, Benson Leung <bleung@...omium.org>,
Hans de Goede <hdegoede@...hat.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
Cc: linux-kernel@...r.kernel.org, platform-driver-x86@...r.kernel.org,
chrome-platform@...ts.linux.dev,
Thomas Weißschuh <linux@...ssschuh.net>
Subject: [PATCH] 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@...ssschuh.net>
---
Could this be merged either through the chrome platform or pdx86 tree?
---
MAINTAINERS | 8 ++++----
drivers/platform/x86/gigabyte-wmi.c | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 306b1384eb6d4cb7a310ada44605eaeb88cc732f..dedd5a82886ac564cb7751b9c71ef86a087b4a8b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5506,12 +5506,12 @@ F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml
F: sound/soc/codecs/cros_ec_codec.*
CHROMEOS EC CHARGE CONTROL
-M: Thomas Weißschuh <thomas@...ssschuh.net>
+M: Thomas Weißschuh <linux@...ssschuh.net>
S: Maintained
F: drivers/power/supply/cros_charge-control.c
CHROMEOS EC HARDWARE MONITORING
-M: Thomas Weißschuh <thomas@...ssschuh.net>
+M: Thomas Weißschuh <linux@...ssschuh.net>
L: chrome-platform@...ts.linux.dev
L: linux-hwmon@...r.kernel.org
S: Maintained
@@ -5519,7 +5519,7 @@ F: Documentation/hwmon/cros_ec_hwmon.rst
F: drivers/hwmon/cros_ec_hwmon.c
CHROMEOS EC LED DRIVER
-M: Thomas Weißschuh <thomas@...ssschuh.net>
+M: Thomas Weißschuh <linux@...ssschuh.net>
S: Maintained
F: drivers/leds/leds-cros_ec.c
@@ -9992,7 +9992,7 @@ F: Documentation/hwmon/gigabyte_waterforce.rst
F: drivers/hwmon/gigabyte_waterforce.c
GIGABYTE WMI DRIVER
-M: Thomas Weißschuh <thomas@...ssschuh.net>
+M: Thomas Weißschuh <linux@...ssschuh.net>
L: platform-driver-x86@...r.kernel.org
S: Maintained
F: drivers/platform/x86/gigabyte-wmi.c
diff --git a/drivers/platform/x86/gigabyte-wmi.c b/drivers/platform/x86/gigabyte-wmi.c
index f6ba88baee4da8734809013067a8ecbd17ff7d3d..f42c85607a6bc8a751ec215b1818edf160acf644 100644
--- a/drivers/platform/x86/gigabyte-wmi.c
+++ b/drivers/platform/x86/gigabyte-wmi.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
- * Copyright (C) 2021 Thomas Weißschuh <thomas@...ssschuh.net>
+ * Copyright (C) 2021 Thomas Weißschuh <linux@...ssschuh.net>
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
@@ -159,6 +159,6 @@ static struct wmi_driver gigabyte_wmi_driver = {
module_wmi_driver(gigabyte_wmi_driver);
MODULE_DEVICE_TABLE(wmi, gigabyte_wmi_id_table);
-MODULE_AUTHOR("Thomas Weißschuh <thomas@...ssschuh.net>");
+MODULE_AUTHOR("Thomas Weißschuh <linux@...ssschuh.net>");
MODULE_DESCRIPTION("Gigabyte WMI temperature driver");
MODULE_LICENSE("GPL");
---
base-commit: 609706855d90bcab6080ba2cd030b9af322a1f0c
change-id: 20250331-email-correction-193814cf39f2
Best regards,
--
Thomas Weißschuh <linux@...ssschuh.net>
Powered by blists - more mailing lists