summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding/bond_main.c
diff options
context:
space:
mode:
authorMitch Williams2005-11-09 19:36:50 +0100
committerJohn W. Linville2005-11-13 20:48:21 +0100
commite944ef79184ff7f283e7bf79496d2873a0b0410b (patch)
treeca9e94fa50fc3a43f1f61d90f429bfa3adbca05e /drivers/net/bonding/bond_main.c
parent[PATCH] bonding: version update (diff)
downloadkernel-qcow2-linux-e944ef79184ff7f283e7bf79496d2873a0b0410b.tar.gz
kernel-qcow2-linux-e944ef79184ff7f283e7bf79496d2873a0b0410b.tar.xz
kernel-qcow2-linux-e944ef79184ff7f283e7bf79496d2873a0b0410b.zip
[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.c1
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)
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) {