Loading net/bridge/br_if.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -178,7 +178,7 @@ static void nbp_update_port_count(struct net_bridge *br) static void nbp_delete_promisc(struct net_bridge_port *p) static void nbp_delete_promisc(struct net_bridge_port *p) { { /* If port is currently promiscous, unset promiscuity. /* If port is currently promiscuous, unset promiscuity. * Otherwise, it is a static port so remove all addresses * Otherwise, it is a static port so remove all addresses * from it. * from it. */ */ Loading Loading
net/bridge/br_if.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -178,7 +178,7 @@ static void nbp_update_port_count(struct net_bridge *br) static void nbp_delete_promisc(struct net_bridge_port *p) static void nbp_delete_promisc(struct net_bridge_port *p) { { /* If port is currently promiscous, unset promiscuity. /* If port is currently promiscuous, unset promiscuity. * Otherwise, it is a static port so remove all addresses * Otherwise, it is a static port so remove all addresses * from it. * from it. */ */ Loading