diff options
author | Alan Cox <alan@redhat.com> | 2008-10-13 22:01:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-13 22:01:08 -0400 |
commit | 113aa838ec3a235d883f8357d31d90e16c47fc89 (patch) | |
tree | 4e25254fb0402aea01074244879f574e213a9f31 /drivers/net/tulip | |
parent | 510149e31974fdbb2c00c9bee6c0e2a688e61c85 (diff) |
net: Rationalise email address: Network Specific Parts
Clean up the various different email addresses of mine listed in the code
to a single current and valid address. As Dave says his network merges
for 2.6.28 are now done this seems a good point to send them in where
they won't risk disrupting real changes.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tulip')
-rw-r--r-- | drivers/net/tulip/dmfe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/tulip/dmfe.c b/drivers/net/tulip/dmfe.c index 656200472fa1..8e46a513a252 100644 --- a/drivers/net/tulip/dmfe.c +++ b/drivers/net/tulip/dmfe.c | |||
@@ -23,7 +23,7 @@ | |||
23 | Marcelo Tosatti <marcelo@conectiva.com.br> : | 23 | Marcelo Tosatti <marcelo@conectiva.com.br> : |
24 | Made it compile in 2.3 (device to net_device) | 24 | Made it compile in 2.3 (device to net_device) |
25 | 25 | ||
26 | Alan Cox <alan@redhat.com> : | 26 | Alan Cox <alan@lxorguk.ukuu.org.uk> : |
27 | Cleaned up for kernel merge. | 27 | Cleaned up for kernel merge. |
28 | Removed the back compatibility support | 28 | Removed the back compatibility support |
29 | Reformatted, fixing spelling etc as I went | 29 | Reformatted, fixing spelling etc as I went |
@@ -49,7 +49,7 @@ | |||
49 | support. Updated PCI resource allocation. Do not | 49 | support. Updated PCI resource allocation. Do not |
50 | forget to unmap PCI mapped skbs. | 50 | forget to unmap PCI mapped skbs. |
51 | 51 | ||
52 | Alan Cox <alan@redhat.com> | 52 | Alan Cox <alan@lxorguk.ukuu.org.uk> |
53 | Added new PCI identifiers provided by Clear Zhang at ALi | 53 | Added new PCI identifiers provided by Clear Zhang at ALi |
54 | for their 1563 ethernet device. | 54 | for their 1563 ethernet device. |
55 | 55 | ||