Skip to content

Commit

Permalink
bridge: fix spelling of promiscuous
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
stephen hemminger authored and David S. Miller committed May 19, 2014
1 parent d4f0e09 commit 025559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bridge/br_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ static void nbp_update_port_count(struct net_bridge *br)

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
* from it.
*/
Expand Down

0 comments on commit 025559e

Please sign in to comment.