]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bridge: vlan: Use correct flag name in comment
authorIdo Schimmel <idosch@mellanox.com>
Fri, 30 Oct 2015 16:46:20 +0000 (17:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Nov 2015 20:40:11 +0000 (15:40 -0500)
commitddd611d3fffb90b967e50f5aa6d45d55eb0e1d3f
tree1a20ed79515da4b5b6c6c13e753d9e27a844c2c3
parent07bc588fc1087929e8e6dfe95ffcee1cb69a240f
bridge: vlan: Use correct flag name in comment

The flag used to indicate if a VLAN should be used for filtering - as
opposed to context only - on the bridge itself (e.g. br0) is called
'brentry' and not 'brvlan'.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Acked-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_vlan.c