Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <john@phrozen.org>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>

authored by

John Crispin and committed by
Brian Norris
40bc941d 22f090a4

+3 -3
+2 -2
drivers/mtd/maps/lantiq-flash.c
··· 4 4 * by the Free Software Foundation. 5 5 * 6 6 * Copyright (C) 2004 Liu Peng Infineon IFAP DC COM CPE 7 - * Copyright (C) 2010 John Crispin <blogic@openwrt.org> 7 + * Copyright (C) 2010 John Crispin <john@phrozen.org> 8 8 */ 9 9 10 10 #include <linux/err.h> ··· 209 209 module_platform_driver(ltq_mtd_driver); 210 210 211 211 MODULE_LICENSE("GPL"); 212 - MODULE_AUTHOR("John Crispin <blogic@openwrt.org>"); 212 + MODULE_AUTHOR("John Crispin <john@phrozen.org>"); 213 213 MODULE_DESCRIPTION("Lantiq SoC NOR");
+1 -1
drivers/mtd/nand/xway_nand.c
··· 3 3 * under the terms of the GNU General Public License version 2 as published 4 4 * by the Free Software Foundation. 5 5 * 6 - * Copyright © 2012 John Crispin <blogic@openwrt.org> 6 + * Copyright © 2012 John Crispin <john@phrozen.org> 7 7 * Copyright © 2016 Hauke Mehrtens <hauke@hauke-m.de> 8 8 */ 9 9