lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 23 Feb 2017 00:42:15 -0800
From:   Dmitry Torokhov <dmitry.torokhov@...il.com>
To:     michael.hennerich@...log.com
Cc:     linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/4] input:touchscreen:ad7879: Update MODULE_AUTHOR email
 address

On Wed, Feb 22, 2017 at 05:14:38PM +0100, michael.hennerich@...log.com wrote:
> From: Michael Hennerich <michael.hennerich@...log.com>
> 
> Signed-off-by: Michael Hennerich <michael.hennerich@...log.com>

Applied, thank you.

> ---
>  drivers/input/touchscreen/ad7879-i2c.c | 2 +-
>  drivers/input/touchscreen/ad7879-spi.c | 2 +-
>  drivers/input/touchscreen/ad7879.c     | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/input/touchscreen/ad7879-i2c.c b/drivers/input/touchscreen/ad7879-i2c.c
> index 23e04e9..a282d1c 100644
> --- a/drivers/input/touchscreen/ad7879-i2c.c
> +++ b/drivers/input/touchscreen/ad7879-i2c.c
> @@ -75,6 +75,6 @@ static struct i2c_driver ad7879_i2c_driver = {
>  
>  module_i2c_driver(ad7879_i2c_driver);
>  
> -MODULE_AUTHOR("Michael Hennerich <hennerich@...ckfin.uclinux.org>");
> +MODULE_AUTHOR("Michael Hennerich <michael.hennerich@...log.com>");
>  MODULE_DESCRIPTION("AD7879(-1) touchscreen I2C bus driver");
>  MODULE_LICENSE("GPL");
> diff --git a/drivers/input/touchscreen/ad7879-spi.c b/drivers/input/touchscreen/ad7879-spi.c
> index 904a2c2..ac94cff 100644
> --- a/drivers/input/touchscreen/ad7879-spi.c
> +++ b/drivers/input/touchscreen/ad7879-spi.c
> @@ -74,7 +74,7 @@ static struct spi_driver ad7879_spi_driver = {
>  
>  module_spi_driver(ad7879_spi_driver);
>  
> -MODULE_AUTHOR("Michael Hennerich <hennerich@...ckfin.uclinux.org>");
> +MODULE_AUTHOR("Michael Hennerich <michael.hennerich@...log.com>");
>  MODULE_DESCRIPTION("AD7879(-1) touchscreen SPI bus driver");
>  MODULE_LICENSE("GPL");
>  MODULE_ALIAS("spi:ad7879");
> diff --git a/drivers/input/touchscreen/ad7879.c b/drivers/input/touchscreen/ad7879.c
> index b6da5ce..53ab689 100644
> --- a/drivers/input/touchscreen/ad7879.c
> +++ b/drivers/input/touchscreen/ad7879.c
> @@ -683,6 +683,6 @@ struct ad7879 *ad7879_probe(struct device *dev, struct regmap *regmap,
>  }
>  EXPORT_SYMBOL(ad7879_probe);
>  
> -MODULE_AUTHOR("Michael Hennerich <hennerich@...ckfin.uclinux.org>");
> +MODULE_AUTHOR("Michael Hennerich <michael.hennerich@...log.com>");
>  MODULE_DESCRIPTION("AD7879(-1) touchscreen Driver");
>  MODULE_LICENSE("GPL");
> -- 
> 2.7.4
> 

-- 
Dmitry

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ