summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_vlan.c
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2015-05-18 13:51:24 -0400
committerDavid S. Miller <davem@davemloft.net>2015-05-18 16:57:09 -0400
commit13c3ed6a92724d8c8cb148a14b0ae190ddfe7413 (patch)
tree23064a4cc7a9f3edbd6f75ad5daad8b4ad26dc88 /net/bridge/netfilter/ebt_vlan.c
parent456cdf53efb428ce29630485b8c56e8877af36d6 (diff)
downloadop-kernel-dev-13c3ed6a92724d8c8cb148a14b0ae190ddfe7413.zip
op-kernel-dev-13c3ed6a92724d8c8cb148a14b0ae190ddfe7413.tar.gz
vxlan: correct typo in call to unregister_netdevice_queue
By inspection, this appears to be a typo. The gating comparison involves vxlan->dev rather than dev. In fact, dev is the iterator in the preceding loop above but it is actually constant in the 2nd loop. Use of dev seems to be a bad cut-n-paste from the prior call to unregister_netdevice_queue. Change dev to vxlan->dev, since that is what is actually being checked. Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/netfilter/ebt_vlan.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud