aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-08-04 09:22:40 -0400
committerDavid S. Miller <davem@davemloft.net>2014-08-04 15:46:51 -0400
commit4b7a9168e1f795368458cc4ca92224c4481bedf8 (patch)
tree8ca8dff99802872d81502b36ab5b4e6e2436a239 /net
parente6b92c25d20c64c271ef429bba8febeefb848b5b (diff)
bridge: remove a useless comment
commit 6cbdceeb1cb12c7d620161925a8c3e81daadb2e4 bridge: Dump vlan information from a bridge port introduced a comment in an attempt to explain the code logic. The comment is unfinished so it confuses more than it explains, remove it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/bridge/br_netlink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bridge/br_netlink.c b/net/bridge/br_netlink.c
index 26edb518b839..cb5fcf62f663 100644
--- a/net/bridge/br_netlink.c
+++ b/net/bridge/br_netlink.c
@@ -208,7 +208,6 @@ int br_getlink(struct sk_buff *skb, u32 pid, u32 seq,
208 int err = 0; 208 int err = 0;
209 struct net_bridge_port *port = br_port_get_rtnl(dev); 209 struct net_bridge_port *port = br_port_get_rtnl(dev);
210 210
211 /* not a bridge port and */
212 if (!port && !(filter_mask & RTEXT_FILTER_BRVLAN)) 211 if (!port && !(filter_mask & RTEXT_FILTER_BRVLAN))
213 goto out; 212 goto out;
214 213