Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e944ef79 authored by Mitch Williams's avatar Mitch Williams Committed by John W. Linville
Browse files

[PATCH] bonding: spelling and whitespace corrections



Minor spelling and whitespace corrections.

Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Acked-by: default avatarJay Vosburgh <fubar@us.ibm.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 39755cad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4125,6 +4125,7 @@ static int bond_change_mtu(struct net_device *bond_dev, int new_mtu)
	bond_for_each_slave(bond, slave, i) {
		dprintk("s %p s->p %p c_m %p\n", slave,
			slave->prev, slave->dev->change_mtu);

		res = dev_set_mtu(slave->dev, new_mtu);

		if (res) {
+2 −2
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ struct vlan_entry {
};

struct slave {
	struct net_device *dev; /* first - usefull for panic debug */
	struct net_device *dev; /* first - useful for panic debug */
	struct slave *next;
	struct slave *prev;
	s16    delay;
@@ -191,7 +191,7 @@ struct slave {
 *    beforehand.
 */
struct bonding {
	struct   net_device *dev; /* first - usefull for panic debug */
	struct   net_device *dev; /* first - useful for panic debug */
	struct   slave *first_slave;
	struct   slave *curr_active_slave;
	struct   slave *current_arp_slave;
+1 −1

File changed.

Contains only whitespace changes.