aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dgrs_ether.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/dgrs_ether.h
parent7a291083225af6e22ffaa46b3d91cfc1a1ccaab4 (diff)
drivers/net: Trim trailing whitespace
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/dgrs_ether.h')
-rw-r--r--drivers/net/dgrs_ether.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/dgrs_ether.h b/drivers/net/dgrs_ether.h
index 51596ce6cf8..7539b596bff 100644
--- a/drivers/net/dgrs_ether.h
+++ b/drivers/net/dgrs_ether.h
@@ -49,7 +49,7 @@ typedef struct
49 int buf_cnt; /* Total RBD's allocated */ 49 int buf_cnt; /* Total RBD's allocated */
50 50
51 /* Rx Statistics */ 51 /* Rx Statistics */
52 ulong cnt_rx_cnt; /* Total packets rcvd, good and bad */ 52 ulong cnt_rx_cnt; /* Total packets rcvd, good and bad */
53 ulong cnt_rx_good; /* Total good packets rcvd */ 53 ulong cnt_rx_good; /* Total good packets rcvd */
54 ulong cnt_rx_bad; /* Total of all bad packets rcvd */ 54 ulong cnt_rx_bad; /* Total of all bad packets rcvd */
55 /* Subtotals can be gotten from SCB */ 55 /* Subtotals can be gotten from SCB */
@@ -94,7 +94,7 @@ typedef struct
94 * Filter 0: input filter 94 * Filter 0: input filter
95 * Filter 1: output filter 95 * Filter 1: output filter
96 */ 96 */
97 97
98 ulong *filter_space[NFILTERS]; 98 ulong *filter_space[NFILTERS];
99 FILTER_FUNC *filter_func[NFILTERS]; 99 FILTER_FUNC *filter_func[NFILTERS];
100 ulong filter_cnt[NFILTERS]; 100 ulong filter_cnt[NFILTERS];