bonding: remove the unnecessary notes for bond_xmit_broadcast()
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a64d044e39
commit
37ab7ddf3f
@@ -3586,7 +3586,6 @@ static int bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev)
|
|||||||
bond_dev->name, __func__);
|
bond_dev->name, __func__);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/* bond_dev_queue_xmit always returns 0 */
|
|
||||||
bond_dev_queue_xmit(bond, skb2, slave->dev);
|
bond_dev_queue_xmit(bond, skb2, slave->dev);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user