aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sk_mca.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-09-13 13:24:59 -0400
committerJeff Garzik <jeff@garzik.org>2006-09-13 13:24:59 -0400
commit6aa20a2235535605db6d6d2bd850298b2fe7f31e (patch)
treedf0b855043407b831d57f2f2c271f8aab48444f4 /drivers/net/sk_mca.h
parent7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff)
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/sk_mca.h')
-rw-r--r--drivers/net/sk_mca.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sk_mca.h b/drivers/net/sk_mca.h
index d6fa1823dfa..0dae056fed9 100644
--- a/drivers/net/sk_mca.h
+++ b/drivers/net/sk_mca.h
@@ -25,11 +25,11 @@ typedef struct {
25 int nextrx; /* index of next RX descriptor to 25 int nextrx; /* index of next RX descriptor to
26 be read */ 26 be read */
27 int nexttxput; /* index of next free TX descriptor */ 27 int nexttxput; /* index of next free TX descriptor */
28 int nexttxdone; /* index of next TX descriptor to 28 int nexttxdone; /* index of next TX descriptor to
29 be finished */ 29 be finished */
30 int txbusy; /* # of busy TX descriptors */ 30 int txbusy; /* # of busy TX descriptors */
31 struct net_device_stats stat; /* packet statistics */ 31 struct net_device_stats stat; /* packet statistics */
32 int realirq; /* memorizes actual IRQ, even when 32 int realirq; /* memorizes actual IRQ, even when
33 currently not allocated */ 33 currently not allocated */
34 skmca_medium medium; /* physical cannector */ 34 skmca_medium medium; /* physical cannector */
35 spinlock_t lock; 35 spinlock_t lock;