The old address isn't working. Signed-off-by: Joe Perches <[email protected]> ---
Maybe if you're still interested in receiving emails on this old driver... On Tue, 2013-09-24 at 14:10 -0700, [email protected] wrote: > Your message > Subject: [PATCH 08/10] toshiba: Remove extern from function prototypes > was not delivered to: > [email protected] > because: > User jens ([email protected]) not listed in Domino Directory .mailmap | 2 +- MAINTAINERS | 2 +- drivers/net/ethernet/toshiba/ps3_gelic_net.c | 2 +- drivers/net/ethernet/toshiba/ps3_gelic_net.h | 2 +- drivers/net/ethernet/toshiba/spider_net.c | 4 ++-- drivers/net/ethernet/toshiba/spider_net.h | 2 +- drivers/net/ethernet/toshiba/spider_net_ethtool.c | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.mailmap b/.mailmap index 658003a..5dbbad7 100644 --- a/.mailmap +++ b/.mailmap @@ -60,7 +60,7 @@ James Ketrenos <jketreno@io.(none)> Jean Tourrilhes <[email protected]> Jeff Garzik <[email protected]> Jens Axboe <[email protected]> -Jens Osterkamp <[email protected]> +Jens Osterkamp <[email protected]> John Stultz <[email protected]> Juha Yrjola <at solidboot.com> Juha Yrjola <[email protected]> diff --git a/MAINTAINERS b/MAINTAINERS index e61c2e8..f02c3af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7854,7 +7854,7 @@ F: include/uapi/linux/spi/ SPIDERNET NETWORK DRIVER for CELL M: Ishizaki Kou <[email protected]> -M: Jens Osterkamp <[email protected]> +M: Jens Osterkamp <[email protected]> L: [email protected] S: Supported F: Documentation/networking/spider_net.txt diff --git a/drivers/net/ethernet/toshiba/ps3_gelic_net.c b/drivers/net/ethernet/toshiba/ps3_gelic_net.c index f7f2ef4..7fcdf9a 100644 --- a/drivers/net/ethernet/toshiba/ps3_gelic_net.c +++ b/drivers/net/ethernet/toshiba/ps3_gelic_net.c @@ -9,7 +9,7 @@ * (C) Copyright IBM Corp. 2005 * * Authors : Utz Bacher <[email protected]> - * Jens Osterkamp <[email protected]> + * Jens Osterkamp <[email protected]> * * 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 diff --git a/drivers/net/ethernet/toshiba/ps3_gelic_net.h b/drivers/net/ethernet/toshiba/ps3_gelic_net.h index 8505196..04a50bc 100644 --- a/drivers/net/ethernet/toshiba/ps3_gelic_net.h +++ b/drivers/net/ethernet/toshiba/ps3_gelic_net.h @@ -9,7 +9,7 @@ * (C) Copyright IBM Corp. 2005 * * Authors : Utz Bacher <[email protected]> - * Jens Osterkamp <[email protected]> + * Jens Osterkamp <[email protected]> * * 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 diff --git a/drivers/net/ethernet/toshiba/spider_net.c b/drivers/net/ethernet/toshiba/spider_net.c index 5734480..6cff915 100644 --- a/drivers/net/ethernet/toshiba/spider_net.c +++ b/drivers/net/ethernet/toshiba/spider_net.c @@ -5,7 +5,7 @@ * (C) Copyright 2006 TOSHIBA CORPORATION * * Authors : Utz Bacher <[email protected]> - * Jens Osterkamp <[email protected]> + * Jens Osterkamp <[email protected]> * * 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 @@ -54,7 +54,7 @@ #include "spider_net.h" MODULE_AUTHOR("Utz Bacher <[email protected]> and Jens Osterkamp " \ - "<[email protected]>"); + "<[email protected]>"); MODULE_DESCRIPTION("Spider Southbridge Gigabit Ethernet driver"); MODULE_LICENSE("GPL"); MODULE_VERSION(VERSION); diff --git a/drivers/net/ethernet/toshiba/spider_net.h b/drivers/net/ethernet/toshiba/spider_net.h index 9b6af08..8545133 100644 --- a/drivers/net/ethernet/toshiba/spider_net.h +++ b/drivers/net/ethernet/toshiba/spider_net.h @@ -5,7 +5,7 @@ * (C) Copyright 2006 TOSHIBA CORPORATION * * Authors : Utz Bacher <[email protected]> - * Jens Osterkamp <[email protected]> + * Jens Osterkamp <[email protected]> * * 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 diff --git a/drivers/net/ethernet/toshiba/spider_net_ethtool.c b/drivers/net/ethernet/toshiba/spider_net_ethtool.c index ffe5193..da27ff3 100644 --- a/drivers/net/ethernet/toshiba/spider_net_ethtool.c +++ b/drivers/net/ethernet/toshiba/spider_net_ethtool.c @@ -4,7 +4,7 @@ * (C) Copyright IBM Corp. 2005 * * Authors : Utz Bacher <[email protected]> - * Jens Osterkamp <[email protected]> + * Jens Osterkamp <[email protected]> * * 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 -- 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/

