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/smc91x.c | |
parent | 7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff) |
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/smc91x.c')
-rw-r--r-- | drivers/net/smc91x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/smc91x.c b/drivers/net/smc91x.c index cf62373b808b..4edfa7fc483a 100644 --- a/drivers/net/smc91x.c +++ b/drivers/net/smc91x.c | |||
@@ -154,7 +154,7 @@ MODULE_LICENSE("GPL"); | |||
154 | 154 | ||
155 | /* | 155 | /* |
156 | * The maximum number of processing loops allowed for each call to the | 156 | * The maximum number of processing loops allowed for each call to the |
157 | * IRQ handler. | 157 | * IRQ handler. |
158 | */ | 158 | */ |
159 | #define MAX_IRQ_LOOPS 8 | 159 | #define MAX_IRQ_LOOPS 8 |
160 | 160 | ||
@@ -765,7 +765,7 @@ static int smc_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
765 | /* | 765 | /* |
766 | * Allocation succeeded: push packet to the chip's own memory | 766 | * Allocation succeeded: push packet to the chip's own memory |
767 | * immediately. | 767 | * immediately. |
768 | */ | 768 | */ |
769 | smc_hardware_send_pkt((unsigned long)dev); | 769 | smc_hardware_send_pkt((unsigned long)dev); |
770 | } | 770 | } |
771 | 771 | ||
@@ -2344,7 +2344,7 @@ static int __init smc_init(void) | |||
2344 | #ifdef MODULE | 2344 | #ifdef MODULE |
2345 | #ifdef CONFIG_ISA | 2345 | #ifdef CONFIG_ISA |
2346 | if (io == -1) | 2346 | if (io == -1) |
2347 | printk(KERN_WARNING | 2347 | printk(KERN_WARNING |
2348 | "%s: You shouldn't use auto-probing with insmod!\n", | 2348 | "%s: You shouldn't use auto-probing with insmod!\n", |
2349 | CARDNAME); | 2349 | CARDNAME); |
2350 | #endif | 2350 | #endif |