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/jazzsonic.c | |
parent | 7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff) |
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/jazzsonic.c')
-rw-r--r-- | drivers/net/jazzsonic.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/jazzsonic.c b/drivers/net/jazzsonic.c index 661d75b4cad2..d34afb52ea7f 100644 --- a/drivers/net/jazzsonic.c +++ b/drivers/net/jazzsonic.c | |||
@@ -7,10 +7,10 @@ | |||
7 | * dhd's support for 16-bit cards. | 7 | * dhd's support for 16-bit cards. |
8 | * | 8 | * |
9 | * (C) 1996,1998 by Thomas Bogendoerfer (tsbogend@alpha.franken.de) | 9 | * (C) 1996,1998 by Thomas Bogendoerfer (tsbogend@alpha.franken.de) |
10 | * | 10 | * |
11 | * This driver is based on work from Andreas Busse, but most of | 11 | * This driver is based on work from Andreas Busse, but most of |
12 | * the code is rewritten. | 12 | * the code is rewritten. |
13 | * | 13 | * |
14 | * (C) 1995 by Andreas Busse (andy@waldorf-gmbh.de) | 14 | * (C) 1995 by Andreas Busse (andy@waldorf-gmbh.de) |
15 | * | 15 | * |
16 | * A driver for the onboard Sonic ethernet controller on Mips Jazz | 16 | * A driver for the onboard Sonic ethernet controller on Mips Jazz |
@@ -65,7 +65,7 @@ do { \ | |||
65 | /* use 0 for production, 1 for verification, >1 for debug */ | 65 | /* use 0 for production, 1 for verification, >1 for debug */ |
66 | #ifdef SONIC_DEBUG | 66 | #ifdef SONIC_DEBUG |
67 | static unsigned int sonic_debug = SONIC_DEBUG; | 67 | static unsigned int sonic_debug = SONIC_DEBUG; |
68 | #else | 68 | #else |
69 | static unsigned int sonic_debug = 1; | 69 | static unsigned int sonic_debug = 1; |
70 | #endif | 70 | #endif |
71 | 71 | ||
@@ -80,7 +80,7 @@ static struct { | |||
80 | /* | 80 | /* |
81 | * We cannot use station (ethernet) address prefixes to detect the | 81 | * We cannot use station (ethernet) address prefixes to detect the |
82 | * sonic controller since these are board manufacturer depended. | 82 | * sonic controller since these are board manufacturer depended. |
83 | * So we check for known Silicon Revision IDs instead. | 83 | * So we check for known Silicon Revision IDs instead. |
84 | */ | 84 | */ |
85 | static unsigned short known_revisions[] = | 85 | static unsigned short known_revisions[] = |
86 | { | 86 | { |
@@ -119,7 +119,7 @@ static int __init sonic_probe1(struct net_device *dev) | |||
119 | silicon_revision); | 119 | silicon_revision); |
120 | goto out; | 120 | goto out; |
121 | } | 121 | } |
122 | 122 | ||
123 | if (sonic_debug && version_printed++ == 0) | 123 | if (sonic_debug && version_printed++ == 0) |
124 | printk(version); | 124 | printk(version); |
125 | 125 | ||
@@ -138,7 +138,7 @@ static int __init sonic_probe1(struct net_device *dev) | |||
138 | } | 138 | } |
139 | 139 | ||
140 | err = -ENOMEM; | 140 | err = -ENOMEM; |
141 | 141 | ||
142 | /* Initialize the device structure. */ | 142 | /* Initialize the device structure. */ |
143 | 143 | ||
144 | lp->dma_bitmode = SONIC_BITMODE32; | 144 | lp->dma_bitmode = SONIC_BITMODE32; |