Philip Blundell's email address [EMAIL PROTECTED] is bouncing. The patch below (already ACK'ed by Philip Blundell) changes all occurances of this address in the kernel sources to [EMAIL PROTECTED] .
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- diffstat output: Documentation/parport.txt | 2 +- MAINTAINERS | 6 +++--- drivers/char/lp.c | 2 +- drivers/net/3c505.c | 2 +- drivers/net/eexpress.c | 2 +- drivers/parport/ieee1284.c | 2 +- drivers/parport/parport_arc.c | 2 +- drivers/parport/parport_gsc.c | 2 +- drivers/parport/parport_pc.c | 2 +- drivers/parport/parport_sunbpp.c | 2 +- drivers/parport/probe.c | 2 +- drivers/scsi/advansys.c | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) This patch was already sent on: - 11 Dec 2004 --- linux-2.6.10-rc2-mm4-full/MAINTAINERS.old 2004-12-11 19:34:58.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/MAINTAINERS 2004-12-11 19:35:17.000000000 +0100 @@ -80,7 +80,7 @@ 3C505 NETWORK DRIVER P: Philip Blundell -M: [EMAIL PROTECTED] +M: [EMAIL PROTECTED] L: linux-net@vger.kernel.org S: Maintained @@ -789,7 +789,7 @@ ETHEREXPRESS-16 NETWORK DRIVER P: Philip Blundell -M: [EMAIL PROTECTED] +M: [EMAIL PROTECTED] L: linux-net@vger.kernel.org S: Maintained @@ -1686,7 +1686,7 @@ PARALLEL PORT SUPPORT P: Phil Blundell -M: [EMAIL PROTECTED] +M: [EMAIL PROTECTED] P: Tim Waugh M: [EMAIL PROTECTED] P: David Campbell --- linux-2.6.10-rc2-mm4-full/Documentation/parport.txt.old 2004-12-11 19:35:27.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/Documentation/parport.txt 2004-12-11 19:35:56.000000000 +0100 @@ -264,5 +264,5 @@ io=0x378 irq=7 dma=none (for PIO) io=0x378 irq=7 dma=3 (for DMA) -- [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] --- linux-2.6.10-rc2-mm4-full/drivers/net/eexpress.c.old 2004-12-11 19:36:09.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/net/eexpress.c 2004-12-11 19:36:26.000000000 +0100 @@ -7,7 +7,7 @@ * Support for 8-bit mode by Zoltan Szilagyi <[EMAIL PROTECTED]> * * Many modifications, and currently maintained, by - * Philip Blundell <[EMAIL PROTECTED]> + * Philip Blundell <[EMAIL PROTECTED]> * Added the Compaq LTE Alan Cox <[EMAIL PROTECTED]> * Added MCA support Adam Fritzler <[EMAIL PROTECTED]> * --- linux-2.6.10-rc2-mm4-full/drivers/net/3c505.c.old 2004-12-11 19:36:34.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/net/3c505.c 2004-12-11 19:36:42.000000000 +0100 @@ -32,7 +32,7 @@ * Linux 1.3.0 changes by * Alan Cox <[EMAIL PROTECTED]> * More debugging, DMA support, currently maintained by - * Philip Blundell <[EMAIL PROTECTED]> + * Philip Blundell <[EMAIL PROTECTED]> * Multicard/soft configurable dma channel/rev 2 hardware support * by Christopher Collins <[EMAIL PROTECTED]> * Ethtool support (jgarzik), 11/17/2001 --- linux-2.6.10-rc2-mm4-full/drivers/char/lp.c.old 2004-12-11 19:36:50.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/char/lp.c 2004-12-11 19:36:58.000000000 +0100 @@ -12,7 +12,7 @@ * "lp=" command line parameters added by Grant Guenther, [EMAIL PROTECTED] * lp_read (Status readback) support added by Carsten Gross, * [EMAIL PROTECTED] - * Support for parport by Philip Blundell <[EMAIL PROTECTED]> + * Support for parport by Philip Blundell <[EMAIL PROTECTED]> * Parport sharing hacking by Andrea Arcangeli * Fixed kernel_(to/from)_user memory copy to check for errors * by Riccardo Facchetti <[EMAIL PROTECTED]> --- linux-2.6.10-rc2-mm4-full/drivers/scsi/advansys.c.old 2004-12-11 19:37:05.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/scsi/advansys.c 2004-12-11 19:37:34.000000000 +0100 @@ -714,7 +714,7 @@ Tom Rini <[EMAIL PROTECTED]> provided the CONFIG_ISA patch and helped with PowerPC wide and narrow board support. - Philip Blundell <[EMAIL PROTECTED]> provided an + Philip Blundell <[EMAIL PROTECTED]> provided an advansys_interrupts_enabled patch. Dave Jones <[EMAIL PROTECTED]> reported the compiler --- linux-2.6.10-rc2-mm4-full/drivers/parport/parport_arc.c.old 2004-12-11 19:37:43.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/parport/parport_arc.c 2004-12-11 19:37:50.000000000 +0100 @@ -1,6 +1,6 @@ /* Low-level parallel port routines for Archimedes onboard hardware * - * Author: Phil Blundell <[EMAIL PROTECTED]> + * Author: Phil Blundell <[EMAIL PROTECTED]> */ /* This driver is for the parallel port hardware found on Acorn's old --- linux-2.6.10-rc2-mm4-full/drivers/parport/ieee1284.c.old 2004-12-11 19:38:00.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/parport/ieee1284.c 2004-12-11 19:38:08.000000000 +0100 @@ -1,7 +1,7 @@ /* $Id: parport_ieee1284.c,v 1.4 1997/10/19 21:37:21 philip Exp $ * IEEE-1284 implementation for parport. * - * Authors: Phil Blundell <[EMAIL PROTECTED]> + * Authors: Phil Blundell <[EMAIL PROTECTED]> * Carsten Gross <[EMAIL PROTECTED]> * Jose Renau <[EMAIL PROTECTED]> * Tim Waugh <[EMAIL PROTECTED]> (largely rewritten) --- linux-2.6.10-rc2-mm4-full/drivers/parport/parport_sunbpp.c.old 2004-12-11 19:38:16.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/parport/parport_sunbpp.c 2004-12-11 19:38:32.000000000 +0100 @@ -4,7 +4,7 @@ * Author: Derrick J. Brashear <[EMAIL PROTECTED]> * * based on work by: - * Phil Blundell <[EMAIL PROTECTED]> + * Phil Blundell <[EMAIL PROTECTED]> * Tim Waugh <[EMAIL PROTECTED]> * Jose Renau <[EMAIL PROTECTED]> * David Campbell <[EMAIL PROTECTED]> --- linux-2.6.10-rc2-mm4-full/drivers/parport/probe.c.old 2004-12-11 19:38:39.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/parport/probe.c 2004-12-11 19:38:47.000000000 +0100 @@ -2,7 +2,7 @@ * Parallel port device probing code * * Authors: Carsten Gross, [EMAIL PROTECTED] - * Philip Blundell <[EMAIL PROTECTED]> + * Philip Blundell <[EMAIL PROTECTED]> */ #include <linux/module.h> --- linux-2.6.10-rc2-mm4-full/drivers/parport/parport_gsc.c.old 2004-12-11 19:38:56.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/parport/parport_gsc.c 2004-12-11 19:39:09.000000000 +0100 @@ -12,7 +12,7 @@ * * based on parport_pc.c by * Grant Guenther <[EMAIL PROTECTED]> - * Phil Blundell <[EMAIL PROTECTED]> + * Phil Blundell <[EMAIL PROTECTED]> * Tim Waugh <[EMAIL PROTECTED]> * Jose Renau <[EMAIL PROTECTED]> * David Campbell <[EMAIL PROTECTED]> --- linux-2.6.10-rc2-mm4-full/drivers/parport/parport_pc.c.old 2004-12-11 19:39:17.000000000 +0100 +++ linux-2.6.10-rc2-mm4-full/drivers/parport/parport_pc.c 2004-12-11 19:39:24.000000000 +0100 @@ -1,6 +1,6 @@ /* Low-level parallel-port routines for 8255-based PC-style hardware. * - * Authors: Phil Blundell <[EMAIL PROTECTED]> + * Authors: Phil Blundell <[EMAIL PROTECTED]> * Tim Waugh <[EMAIL PROTECTED]> * Jose Renau <[EMAIL PROTECTED]> * David Campbell <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/