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/smc-mca.c | |
parent | 7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff) |
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/smc-mca.c')
-rw-r--r-- | drivers/net/smc-mca.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/smc-mca.c b/drivers/net/smc-mca.c index f00c476064f0..7122932eac90 100644 --- a/drivers/net/smc-mca.c +++ b/drivers/net/smc-mca.c | |||
@@ -250,9 +250,9 @@ static int __init ultramca_probe(struct device *gen_dev) | |||
250 | break; | 250 | break; |
251 | } | 251 | } |
252 | } | 252 | } |
253 | 253 | ||
254 | if(!tirq || !tbase | 254 | if(!tirq || !tbase |
255 | || (irq && irq != tirq) | 255 | || (irq && irq != tirq) |
256 | || (base_addr && tbase != base_addr)) | 256 | || (base_addr && tbase != base_addr)) |
257 | /* FIXME: we're trying to force the ordering of the | 257 | /* FIXME: we're trying to force the ordering of the |
258 | * devices here, there should be a way of getting this | 258 | * devices here, there should be a way of getting this |
@@ -310,7 +310,7 @@ static int __init ultramca_probe(struct device *gen_dev) | |||
310 | * the index of the 0x2000 step. | 310 | * the index of the 0x2000 step. |
311 | * beware different number of pages [hs] | 311 | * beware different number of pages [hs] |
312 | */ | 312 | */ |
313 | dev->mem_start = (unsigned long) | 313 | dev->mem_start = (unsigned long) |
314 | mca_device_transform_memory(mca_dev, (void *)(0xc0000 + (0x2000 * (pos3 & 0xf)))); | 314 | mca_device_transform_memory(mca_dev, (void *)(0xc0000 + (0x2000 * (pos3 & 0xf)))); |
315 | num_pages = 0x20 + (2 * (pos3 & 0x10)); | 315 | num_pages = 0x20 + (2 * (pos3 & 0x10)); |
316 | break; | 316 | break; |
@@ -501,7 +501,7 @@ static int ultramca_close_card(struct net_device *dev) | |||
501 | int ioaddr = dev->base_addr - ULTRA_NIC_OFFSET; /* ASIC addr */ | 501 | int ioaddr = dev->base_addr - ULTRA_NIC_OFFSET; /* ASIC addr */ |
502 | 502 | ||
503 | netif_stop_queue(dev); | 503 | netif_stop_queue(dev); |
504 | 504 | ||
505 | if (ei_debug > 1) | 505 | if (ei_debug > 1) |
506 | printk("%s: Shutting down ethercard.\n", dev->name); | 506 | printk("%s: Shutting down ethercard.\n", dev->name); |
507 | 507 | ||