Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753378AbbDTRY3 (ORCPT ); Mon, 20 Apr 2015 13:24:29 -0400 Received: from mail-ig0-f172.google.com ([209.85.213.172]:36115 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751309AbbDTRY0 (ORCPT ); Mon, 20 Apr 2015 13:24:26 -0400 Date: Mon, 20 Apr 2015 10:24:22 -0700 From: Dmitry Torokhov To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: Re: [PATCH 4/7] input: keyboard: lm8333: fix broken email address Message-ID: <20150420172422.GB21614@dtor-ws> References: <1429537917-7433-1-git-send-email-wsa@the-dreams.de> <1429537917-7433-4-git-send-email-wsa@the-dreams.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429537917-7433-4-git-send-email-wsa@the-dreams.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1649 Lines: 47 On Mon, Apr 20, 2015 at 03:51:41PM +0200, Wolfram Sang wrote: > My Pengutronix address is not valid anymore, redirect people to the Pengutronix > kernel team. > > Reported-by: Harald Geyer > Signed-off-by: Wolfram Sang > Acked-by: Robert Schwebel > --- > These patches shall go via the individual subsystem trees. Applied, thank you. > > drivers/input/keyboard/lm8333.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/input/keyboard/lm8333.c b/drivers/input/keyboard/lm8333.c > index 9081cbef11ea12..0ad422b8a2607c 100644 > --- a/drivers/input/keyboard/lm8333.c > +++ b/drivers/input/keyboard/lm8333.c > @@ -1,6 +1,6 @@ > /* > * LM8333 keypad driver > - * Copyright (C) 2012 Wolfram Sang, Pengutronix > + * Copyright (C) 2012 Wolfram Sang, Pengutronix > * > * This program is free software; you can redistribute it and/or modify > * it under the terms of the GNU General Public License as published by > @@ -231,6 +231,6 @@ static struct i2c_driver lm8333_driver = { > }; > module_i2c_driver(lm8333_driver); > > -MODULE_AUTHOR("Wolfram Sang "); > +MODULE_AUTHOR("Wolfram Sang "); > MODULE_DESCRIPTION("LM8333 keyboard driver"); > MODULE_LICENSE("GPL v2"); > -- > 2.1.4 > -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/