summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMario Six <[email protected]>2018-03-06 08:04:58 +0100
committerTom Rini <[email protected]>2018-03-09 09:23:10 -0500
commitd38826a3dceaa804a559f178f95ce689fd31bdff (patch)
tree37036df80bc2c487d220e6f1bbe1bb04e3ae58ec /drivers
parentb771f0b1260749ec83ad3365c926956d1fee61ff (diff)
treewide: Fix gdsys mail addresses
The @gdsys.cc addresses are supposed to be used for mailing lists. Switch all occurrences of @gdsys.de mail addresses to their @gdsys.cc equivalent. Also, Dirk's address was wrong in one place; fix that as well. Signed-off-by: Mario Six <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/mpc8xxx_gpio.c2
-rw-r--r--drivers/gpio/pca9698.c2
-rw-r--r--drivers/i2c/ihs_i2c.c2
-rw-r--r--drivers/tpm/tpm_atmel_twi.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpio/mpc8xxx_gpio.c b/drivers/gpio/mpc8xxx_gpio.c
index 326fd1672d0..c7acf116597 100644
--- a/drivers/gpio/mpc8xxx_gpio.c
+++ b/drivers/gpio/mpc8xxx_gpio.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2016
- * Mario Six, Guntermann & Drunck GmbH, [email protected]
+ * Mario Six, Guntermann & Drunck GmbH, [email protected]
*
* based on arch/powerpc/include/asm/mpc85xx_gpio.h, which is
*
diff --git a/drivers/gpio/pca9698.c b/drivers/gpio/pca9698.c
index d2663f7331a..3995c496aee 100644
--- a/drivers/gpio/pca9698.c
+++ b/drivers/gpio/pca9698.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2011
- * Dirk Eibach, Guntermann & Drunck GmbH, [email protected]
+ * Dirk Eibach, Guntermann & Drunck GmbH, [email protected]
*
* SPDX-License-Identifier: GPL-2.0+
*/
diff --git a/drivers/i2c/ihs_i2c.c b/drivers/i2c/ihs_i2c.c
index ee96cd50d5b..92985212200 100644
--- a/drivers/i2c/ihs_i2c.c
+++ b/drivers/i2c/ihs_i2c.c
@@ -1,6 +1,6 @@
/*
* (C) Copyright 2013
- * Dirk Eibach, Guntermann & Drunck GmbH, [email protected]
+ * Dirk Eibach, Guntermann & Drunck GmbH, [email protected]
*
* SPDX-License-Identifier: GPL-2.0+
*/
diff --git a/drivers/tpm/tpm_atmel_twi.c b/drivers/tpm/tpm_atmel_twi.c
index 4fd772dc4fc..860848777d8 100644
--- a/drivers/tpm/tpm_atmel_twi.c
+++ b/drivers/tpm/tpm_atmel_twi.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2013 Guntermann & Drunck, GmbH
*
- * Written by Dirk Eibach <[email protected]>
+ * Written by Dirk Eibach <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0+
*/