diff mbox

[net-next,2/2] bonding: remove the unnecessary notes for bond_xmit_broadcast()

Message ID 541C29FD.704@huawei.com
State New
Headers show

Commit Message

Ding Tianhong Sept. 19, 2014, 1:05 p.m. UTC
Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>
---
 drivers/net/bonding/bond_main.c | 1 -
 1 file changed, 1 deletion(-)

Comments

David Miller Sept. 22, 2014, 7:21 p.m. UTC | #1
From: Ding Tianhong <dingtianhong@huawei.com>
Date: Fri, 19 Sep 2014 21:05:01 +0800

> Signed-off-by: Ding Tianhong <dingtianhong@huawei.com>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/bonding/bond_main.c b/drivers/net/bonding/bond_main.c
index 0324603..caf1ac8 100644
--- a/drivers/net/bonding/bond_main.c
+++ b/drivers/net/bonding/bond_main.c
@@ -3685,7 +3685,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);
 		}
 	}