summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Fleming <[email protected]>2014-07-25 17:39:08 -0500
committerTom Rini <[email protected]>2014-08-06 09:12:30 -0400
commitb21f87a3e02461c600f1c172b053f1530a532d90 (patch)
tree6172dd08fec690d7baf2f67c898ac0885d933935
parentab584d67c5a7c2349685274a711b579c28d5aaaf (diff)
Change Andy Fleming's email address
Messages to [email protected] now bounce, and should be directed to my personal address at [email protected] Signed-off-by: Andy Fleming <[email protected]>
-rw-r--r--doc/feature-removal-schedule.txt2
-rw-r--r--doc/git-mailrc2
-rw-r--r--drivers/net/fm/memac_phy.c2
-rw-r--r--drivers/net/fm/tgec_phy.c2
-rw-r--r--include/phy.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/feature-removal-schedule.txt b/doc/feature-removal-schedule.txt
index 16819c77544..4ed30df707e 100644
--- a/doc/feature-removal-schedule.txt
+++ b/doc/feature-removal-schedule.txt
@@ -26,7 +26,7 @@ Why: We now have a PHY library, which allows everyone to share PHY
drivers. All new drivers should use this infrastructure, and
all old drivers should get converted to use it.
-Who: Andy Fleming <[email protected]> and driver maintainers
+Who: Andy Fleming <[email protected]> and driver maintainers
---------------------------
diff --git a/doc/git-mailrc b/doc/git-mailrc
index 5b188551488..09857912935 100644
--- a/doc/git-mailrc
+++ b/doc/git-mailrc
@@ -12,7 +12,7 @@ alias u-boot uboot
# things simple and easy to look up/coordinate.
alias aaribaud Albert Aribaud <[email protected]>
alias abiessmann Andreas Bießmann <[email protected]>
-alias afleming Andy Fleming <[email protected]>
+alias afleming Andy Fleming <[email protected]>
alias ag Anatolij Gustschin <[email protected]>
alias galak Kumar Gala <[email protected]>
alias gruss Graeme Russ <[email protected]>
diff --git a/drivers/net/fm/memac_phy.c b/drivers/net/fm/memac_phy.c
index de9c0e9cd28..5f910c2cdd3 100644
--- a/drivers/net/fm/memac_phy.c
+++ b/drivers/net/fm/memac_phy.c
@@ -1,6 +1,6 @@
/*
* Copyright 2012 Freescale Semiconductor, Inc.
- * Andy Fleming <[email protected]>
+ * Andy Fleming <[email protected]>
* Roy Zang <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0+
diff --git a/drivers/net/fm/tgec_phy.c b/drivers/net/fm/tgec_phy.c
index faec317a0a5..095f00cf976 100644
--- a/drivers/net/fm/tgec_phy.c
+++ b/drivers/net/fm/tgec_phy.c
@@ -1,6 +1,6 @@
/*
* Copyright 2009-2011 Freescale Semiconductor, Inc.
- * Andy Fleming <[email protected]>
+ * Andy Fleming <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0+
* Some part is taken from tsec.c
diff --git a/include/phy.h b/include/phy.h
index d3ecd6378b3..2fcc328d5bc 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -1,6 +1,6 @@
/*
* Copyright 2011 Freescale Semiconductor, Inc.
- * Andy Fleming <[email protected]>
+ * Andy Fleming <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0+
*