aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
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 88b8981d24b..ef4b11c4006 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;