diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-06-13 14:30:40 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-13 14:30:40 -0700 |
commit | 979b6c135fc4d466a39d8e3ec05583e5ee30261a (patch) | |
tree | 1f78eec2624902890bd15259088813f10f3eaea8 /drivers/net/r8169.c | |
parent | 6efd8455cff1979dd081daaa1ce3d3f1764863dc (diff) |
[NET]: Move the netdev list to vger.kernel.org.
From: Ralf Baechle <ralf@linux-mips.org>
There are archives of the old list at http://oss.sgi.com/archives/netdev
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/r8169.c')
-rw-r--r-- | drivers/net/r8169.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index b3768d844747..d6d0e43dab65 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -415,7 +415,7 @@ struct rtl8169_private { struct work_struct task; }; -MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@oss.sgi.com>"); +MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@vger.kernel.org>"); MODULE_DESCRIPTION("RealTek RTL-8169 Gigabit Ethernet driver"); module_param_array(media, int, &num_media, 0); module_param(rx_copybreak, int, 0); |