Re: Suspected Copy Paste error in rtnl_bridge_notify

2014-02-06 Thread David Miller
From: Tejun Heo Date: Fri, 31 Jan 2014 06:47:12 -0500 >> In above code isn't code line: >> err = br_dev->netdev_ops->ndo_bridge_getlink(skb, 0, 0, dev, 0); >> should be >> err = br_dev->netdev_ops->ndo_bridge_getlink(skb, 0, 0, br_dev, 0); >> >> If this needs to be changed then please review att

Re: Suspected Copy Paste error in rtnl_bridge_notify

2014-01-31 Thread Tejun Heo
Hey, Seems suspicious but I don't know the code at all. cc'ing David and netdev and quoting the whole body for them. Thanks. On Fri, Jan 31, 2014 at 11:32:55AM +0530, Yogesh Gaur wrote: > Hello All, > > I want to clarify about following code-snippet from > file: "net/core/rtnetlink.c" > func: