netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 2/2] bonding: remove the unnecessary notes for bond_xmit_broadcast()
@ 2014-09-19 13:05 Ding Tianhong
  2014-09-22 19:21 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ding Tianhong @ 2014-09-19 13:05 UTC (permalink / raw)
  To: Nikolay Aleksandrov, Andy Gospodarek, Jay Vosburgh,
	Veaceslav Falico, David S. Miller, Netdev

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

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);
 		}
 	}
-- 
1.7.12

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next 2/2] bonding: remove the unnecessary notes for bond_xmit_broadcast()
  2014-09-19 13:05 [PATCH net-next 2/2] bonding: remove the unnecessary notes for bond_xmit_broadcast() Ding Tianhong
@ 2014-09-22 19:21 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-09-22 19:21 UTC (permalink / raw)
  To: dingtianhong; +Cc: nikolay, andy, fubar, vfalico, netdev

From: Ding Tianhong <dingtianhong@huawei.com>
Date: Fri, 19 Sep 2014 21:05:01 +0800

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

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-22 19:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-19 13:05 [PATCH net-next 2/2] bonding: remove the unnecessary notes for bond_xmit_broadcast() Ding Tianhong
2014-09-22 19:21 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).