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

Commit 37ab7ddf authored by dingtianhong's avatar dingtianhong Committed by David S. Miller
Browse files

bonding: remove the unnecessary notes for bond_xmit_broadcast()

parent a64d044e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3586,7 +3586,6 @@ static int bond_xmit_broadcast(struct sk_buff *skb, struct net_device *bond_dev)
						    bond_dev->name, __func__);
				continue;
			}
			/* bond_dev_queue_xmit always returns 0 */
			bond_dev_queue_xmit(bond, skb2, slave->dev);
		}
	}