Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1394944 > unrolled thread
| Started by | John Crispin <john@phrozen.org> |
|---|---|
| First post | 2016-05-05 11:30 +0200 |
| Last post | 2016-05-05 11:30 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/3] MAINTAINERS: change my email address John Crispin <john@phrozen.org> - 2016-05-05 11:30 +0200
[PATCH 3/3] net-next: lantiq: change my email address John Crispin <john@phrozen.org> - 2016-05-05 11:30 +0200
| From | John Crispin <john@phrozen.org> |
|---|---|
| Date | 2016-05-05 11:30 +0200 |
| Subject | [PATCH 1/3] MAINTAINERS: change my email address |
| Message-ID | <rvnLz-5Kz-3@gated-at.bofh.it> |
The old address is no longer valid. Use the new one instead. Signed-off-by: John Crispin <john@phrozen.org> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e425912..68e6b1e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7125,7 +7125,7 @@ F: include/uapi/linux/uvcvideo.h MEDIATEK ETHERNET DRIVER M: Felix Fietkau <nbd@openwrt.org> -M: John Crispin <blogic@openwrt.org> +M: John Crispin <john@phrozen.org> L: netdev@vger.kernel.org S: Maintained F: drivers/net/ethernet/mediatek/ -- 1.7.10.4
[toc] | [next] | [standalone]
| From | John Crispin <john@phrozen.org> |
|---|---|
| Date | 2016-05-05 11:30 +0200 |
| Subject | [PATCH 3/3] net-next: lantiq: change my email address |
| Message-ID | <rvnLA-5Kz-27@gated-at.bofh.it> |
| In reply to | #1394944 |
The old address is no longer valid. Use the new one instead.
Signed-off-by: John Crispin <john@phrozen.org>
---
drivers/net/ethernet/lantiq_etop.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/lantiq_etop.c b/drivers/net/ethernet/lantiq_etop.c
index dc82b1b..fdd76b2 100644
--- a/drivers/net/ethernet/lantiq_etop.c
+++ b/drivers/net/ethernet/lantiq_etop.c
@@ -11,7 +11,7 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*
- * Copyright (C) 2011 John Crispin <blogic@openwrt.org>
+ * Copyright (C) 2011 John Crispin <john@phrozen.org>
*/
#include <linux/kernel.h>
@@ -791,6 +791,6 @@ exit_ltq_etop(void)
module_init(init_ltq_etop);
module_exit(exit_ltq_etop);
-MODULE_AUTHOR("John Crispin <blogic@openwrt.org>");
+MODULE_AUTHOR("John Crispin <john@phrozen.org>");
MODULE_DESCRIPTION("Lantiq SoC ETOP");
MODULE_LICENSE("GPL");
--
1.7.10.4
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web