aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
authorMitch Williams <mitch.a.williams@intel.com>2005-11-09 13:36:50 -0500
committerJohn W. Linville <linville@tuxdriver.com>2005-11-13 14:48:21 -0500
commite944ef79184ff7f283e7bf79496d2873a0b0410b (patch)
treeca9e94fa50fc3a43f1f61d90f429bfa3adbca05e /drivers/net/bonding/bonding.h
parent39755cad88f7b26dcb1edf9dcf14bd85f8fc2a3a (diff)
[PATCH] bonding: spelling and whitespace corrections
Minor spelling and whitespace corrections. Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Acked-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r--drivers/net/bonding/bonding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index 88b8981d24b0..ef4b11c4006e 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -165,7 +165,7 @@ struct vlan_entry {
165}; 165};
166 166
167struct slave { 167struct slave {
168 struct net_device *dev; /* first - usefull for panic debug */ 168 struct net_device *dev; /* first - useful for panic debug */
169 struct slave *next; 169 struct slave *next;
170 struct slave *prev; 170 struct slave *prev;
171 s16 delay; 171 s16 delay;
@@ -191,7 +191,7 @@ struct slave {
191 * beforehand. 191 * beforehand.
192 */ 192 */
193struct bonding { 193struct bonding {
194 struct net_device *dev; /* first - usefull for panic debug */ 194 struct net_device *dev; /* first - useful for panic debug */
195 struct slave *first_slave; 195 struct slave *first_slave;
196 struct slave *curr_active_slave; 196 struct slave *curr_active_slave;
197 struct slave *current_arp_slave; 197 struct slave *current_arp_slave;