diff options
author | Mitch Williams <mitch.a.williams@intel.com> | 2005-11-09 13:36:50 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2005-11-13 14:48:21 -0500 |
commit | e944ef79184ff7f283e7bf79496d2873a0b0410b (patch) | |
tree | ca9e94fa50fc3a43f1f61d90f429bfa3adbca05e /drivers/net/bonding/bond_main.c | |
parent | 39755cad88f7b26dcb1edf9dcf14bd85f8fc2a3a (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/bond_main.c')
-rw-r--r-- | drivers/net/bonding/bond_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c index 5ac9718c5988..c7cd6b96d2c0 100644 --- a/drivers/net/bonding/bond_main.c +++ b/drivers/net/bonding/bond_main.c | |||
@@ -4125,6 +4125,7 @@ static int bond_change_mtu(struct net_device *bond_dev, int new_mtu) | |||
4125 | bond_for_each_slave(bond, slave, i) { | 4125 | bond_for_each_slave(bond, slave, i) { |
4126 | dprintk("s %p s->p %p c_m %p\n", slave, | 4126 | dprintk("s %p s->p %p c_m %p\n", slave, |
4127 | slave->prev, slave->dev->change_mtu); | 4127 | slave->prev, slave->dev->change_mtu); |
4128 | |||
4128 | res = dev_set_mtu(slave->dev, new_mtu); | 4129 | res = dev_set_mtu(slave->dev, new_mtu); |
4129 | 4130 | ||
4130 | if (res) { | 4131 | if (res) { |