From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757241AbcEEJ3I (ORCPT ); Thu, 5 May 2016 05:29:08 -0400 Received: from nbd.name ([46.4.11.11]:39334 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757137AbcEEJ3D (ORCPT ); Thu, 5 May 2016 05:29:03 -0400 From: John Crispin To: "David S. Miller" Cc: nbd@nbd.name, netdev@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, John Crispin Subject: [PATCH 3/3] net-next: lantiq: change my email address Date: Thu, 5 May 2016 11:28:46 +0200 Message-Id: <1462440526-52203-3-git-send-email-john@phrozen.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1462440526-52203-1-git-send-email-john@phrozen.org> References: <1462440526-52203-1-git-send-email-john@phrozen.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The old address is no longer valid. Use the new one instead. Signed-off-by: John Crispin --- 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 . * - * Copyright (C) 2011 John Crispin + * Copyright (C) 2011 John Crispin */ #include @@ -791,6 +791,6 @@ exit_ltq_etop(void) module_init(init_ltq_etop); module_exit(exit_ltq_etop); -MODULE_AUTHOR("John Crispin "); +MODULE_AUTHOR("John Crispin "); MODULE_DESCRIPTION("Lantiq SoC ETOP"); MODULE_LICENSE("GPL"); -- 1.7.10.4