Re: [PATCH 4/7] input: keyboard: lm8333: fix broken email address

From: Dmitry Torokhov
Date: Mon Apr 20 2015 - 13:24:31 EST


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 <harald@xxxxxxxxx>
> Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxxxxx>
> Acked-by: Robert Schwebel <r.schwebel@xxxxxxxxxxxxxx>
> ---
> 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 <w.sang@xxxxxxxxxxxxxx>
> + * Copyright (C) 2012 Wolfram Sang, Pengutronix <kernel@xxxxxxxxxxxxxx>
> *
> * 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 <w.sang@xxxxxxxxxxxxxx>");
> +MODULE_AUTHOR("Wolfram Sang <kernel@xxxxxxxxxxxxxx>");
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/