From patchwork Tue Jun 28 15:02:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Christian Egtvedt X-Patchwork-Id: 925172 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5SFpBOA031828 for ; Tue, 28 Jun 2011 15:51:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756142Ab1F1P1x (ORCPT ); Tue, 28 Jun 2011 11:27:53 -0400 Received: from forward.atmel.no ([194.19.124.53]:60041 "EHLO forward.atmel.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758765Ab1F1P1u (ORCPT ); Tue, 28 Jun 2011 11:27:50 -0400 Received: from norsmtp01.norway.atmel.com (unknown [10.191.254.110]) by forward.atmel.no (Postfix) with ESMTP id 9A0F028177; Tue, 28 Jun 2011 16:56:39 +0200 (CEST) Received: from ssg-0.norway.atmel.com (unknown [10.191.252.7]) by norsmtp01.norway.atmel.com (Postfix) with ESMTP id 92E3036815F; Tue, 28 Jun 2011 16:56:39 +0200 (CEST) Received: from hcegtvedt by ssg-0.norway.atmel.com with local (Exim 4.74) (envelope-from ) id 1QbZoB-0002Iy-Fk; Tue, 28 Jun 2011 17:02:35 +0200 From: Hans-Christian Egtvedt To: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org Cc: Hans-Christian Egtvedt Subject: [PATCH] input: update author email for gpio_mouse, at32psif, and atmel-wm97xx Date: Tue, 28 Jun 2011 17:02:25 +0200 Message-Id: <1309273345-8830-1-git-send-email-hans-christian.egtvedt@atmel.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Tue, 28 Jun 2011 15:51:12 +0000 (UTC) This patch updates the email address of the gpio_mouse, at32psif, and atmel-wm97xx drivers supported by me to an email account I will use on a more regular basis in the future. Signed-off-by: Hans-Christian Egtvedt --- drivers/input/mouse/gpio_mouse.c | 2 +- drivers/input/serio/at32psif.c | 2 +- drivers/input/touchscreen/atmel-wm97xx.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index 7b6ce17..58902fb 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b/drivers/input/mouse/gpio_mouse.c @@ -191,7 +191,7 @@ static void __exit gpio_mouse_exit(void) } module_exit(gpio_mouse_exit); -MODULE_AUTHOR("Hans-Christian Egtvedt "); +MODULE_AUTHOR("Hans-Christian Egtvedt "); MODULE_DESCRIPTION("GPIO mouse driver"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:gpio_mouse"); /* work with hotplug and coldplug */ diff --git a/drivers/input/serio/at32psif.c b/drivers/input/serio/at32psif.c index 6ee8f0d..95280f9 100644 --- a/drivers/input/serio/at32psif.c +++ b/drivers/input/serio/at32psif.c @@ -372,6 +372,6 @@ static void __exit psif_exit(void) module_init(psif_init); module_exit(psif_exit); -MODULE_AUTHOR("Hans-Christian Egtvedt "); +MODULE_AUTHOR("Hans-Christian Egtvedt "); MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver"); MODULE_LICENSE("GPL"); diff --git a/drivers/input/touchscreen/atmel-wm97xx.c b/drivers/input/touchscreen/atmel-wm97xx.c index fa8e56b..c804189 100644 --- a/drivers/input/touchscreen/atmel-wm97xx.c +++ b/drivers/input/touchscreen/atmel-wm97xx.c @@ -442,6 +442,6 @@ static void __exit atmel_wm97xx_exit(void) } module_exit(atmel_wm97xx_exit); -MODULE_AUTHOR("Hans-Christian Egtvedt "); +MODULE_AUTHOR("Hans-Christian Egtvedt "); MODULE_DESCRIPTION("wm97xx continuous touch driver for Atmel AT91 and AVR32"); MODULE_LICENSE("GPL");