2016-12-20 19:05:49

by John Crispin

[permalink] [raw]
Subject: [PATCH] mtd: update my email address

This patch updates my email address as I no longer have access to the old
one.

Signed-off-by: John Crispin <[email protected]>
---
drivers/mtd/maps/lantiq-flash.c | 4 ++--
drivers/mtd/nand/xway_nand.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mtd/maps/lantiq-flash.c b/drivers/mtd/maps/lantiq-flash.c
index c8febb3..3e33ab6 100644
--- a/drivers/mtd/maps/lantiq-flash.c
+++ b/drivers/mtd/maps/lantiq-flash.c
@@ -4,7 +4,7 @@
* by the Free Software Foundation.
*
* Copyright (C) 2004 Liu Peng Infineon IFAP DC COM CPE
- * Copyright (C) 2010 John Crispin <[email protected]>
+ * Copyright (C) 2010 John Crispin <[email protected]>
*/

#include <linux/err.h>
@@ -209,5 +209,5 @@ struct ltq_mtd {
module_platform_driver(ltq_mtd_driver);

MODULE_LICENSE("GPL");
-MODULE_AUTHOR("John Crispin <[email protected]>");
+MODULE_AUTHOR("John Crispin <[email protected]>");
MODULE_DESCRIPTION("Lantiq SoC NOR");
diff --git a/drivers/mtd/nand/xway_nand.c b/drivers/mtd/nand/xway_nand.c
index 1f2948c..bef709c 100644
--- a/drivers/mtd/nand/xway_nand.c
+++ b/drivers/mtd/nand/xway_nand.c
@@ -3,7 +3,7 @@
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
- * Copyright © 2012 John Crispin <[email protected]>
+ * Copyright © 2012 John Crispin <[email protected]>
* Copyright © 2016 Hauke Mehrtens <[email protected]>
*/

--
1.7.10.4


2016-12-29 16:43:06

by Boris Brezillon

[permalink] [raw]
Subject: Re: [PATCH] mtd: update my email address

On Tue, 20 Dec 2016 20:03:26 +0100
John Crispin <[email protected]> wrote:

> This patch updates my email address as I no longer have access to the old
> one.
>
> Signed-off-by: John Crispin <[email protected]>

Acked-by: Boris Brezillon <[email protected]>

> ---
> drivers/mtd/maps/lantiq-flash.c | 4 ++--
> drivers/mtd/nand/xway_nand.c | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/mtd/maps/lantiq-flash.c b/drivers/mtd/maps/lantiq-flash.c
> index c8febb3..3e33ab6 100644
> --- a/drivers/mtd/maps/lantiq-flash.c
> +++ b/drivers/mtd/maps/lantiq-flash.c
> @@ -4,7 +4,7 @@
> * by the Free Software Foundation.
> *
> * Copyright (C) 2004 Liu Peng Infineon IFAP DC COM CPE
> - * Copyright (C) 2010 John Crispin <[email protected]>
> + * Copyright (C) 2010 John Crispin <[email protected]>
> */
>
> #include <linux/err.h>
> @@ -209,5 +209,5 @@ struct ltq_mtd {
> module_platform_driver(ltq_mtd_driver);
>
> MODULE_LICENSE("GPL");
> -MODULE_AUTHOR("John Crispin <[email protected]>");
> +MODULE_AUTHOR("John Crispin <[email protected]>");
> MODULE_DESCRIPTION("Lantiq SoC NOR");
> diff --git a/drivers/mtd/nand/xway_nand.c b/drivers/mtd/nand/xway_nand.c
> index 1f2948c..bef709c 100644
> --- a/drivers/mtd/nand/xway_nand.c
> +++ b/drivers/mtd/nand/xway_nand.c
> @@ -3,7 +3,7 @@
> * under the terms of the GNU General Public License version 2 as published
> * by the Free Software Foundation.
> *
> - * Copyright © 2012 John Crispin <[email protected]>
> + * Copyright © 2012 John Crispin <[email protected]>
> * Copyright © 2016 Hauke Mehrtens <[email protected]>
> */
>