diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-13 13:24:59 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-13 13:24:59 -0400 |
commit | 6aa20a2235535605db6d6d2bd850298b2fe7f31e (patch) | |
tree | df0b855043407b831d57f2f2c271f8aab48444f4 /drivers/net/e2100.c | |
parent | 7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff) |
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/e2100.c')
-rw-r--r-- | drivers/net/e2100.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/e2100.c b/drivers/net/e2100.c index e4e733a380e3..d39e8480ca56 100644 --- a/drivers/net/e2100.c +++ b/drivers/net/e2100.c | |||
@@ -110,7 +110,7 @@ static void e21_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, | |||
110 | 110 | ||
111 | static int e21_close(struct net_device *dev); | 111 | static int e21_close(struct net_device *dev); |
112 | 112 | ||
113 | 113 | ||
114 | /* Probe for the E2100 series ethercards. These cards have an 8390 at the | 114 | /* Probe for the E2100 series ethercards. These cards have an 8390 at the |
115 | base address and the station address at both offset 0x10 and 0x18. I read | 115 | base address and the station address at both offset 0x10 and 0x18. I read |
116 | the station address from offset 0x18 to avoid the dataport of NE2000 | 116 | the station address from offset 0x18 to avoid the dataport of NE2000 |
@@ -403,7 +403,7 @@ e21_close(struct net_device *dev) | |||
403 | return 0; | 403 | return 0; |
404 | } | 404 | } |
405 | 405 | ||
406 | 406 | ||
407 | #ifdef MODULE | 407 | #ifdef MODULE |
408 | #define MAX_E21_CARDS 4 /* Max number of E21 cards per module */ | 408 | #define MAX_E21_CARDS 4 /* Max number of E21 cards per module */ |
409 | static struct net_device *dev_e21[MAX_E21_CARDS]; | 409 | static struct net_device *dev_e21[MAX_E21_CARDS]; |