diff options
author | stephen hemminger <stephen@networkplumber.org> | 2014-05-17 05:46:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-19 03:10:08 +0200 |
commit | 025559eec82cc170200d81cffcc7c2b231eb52b1 (patch) | |
tree | 81dd825ab2699a660ae6a8b597864cecbce860a9 | |
parent | net: bridge: fix build (diff) | |
download | linux-025559eec82cc170200d81cffcc7c2b231eb52b1.tar.xz linux-025559eec82cc170200d81cffcc7c2b231eb52b1.zip |
bridge: fix spelling of promiscuous
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/bridge/br_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c index 091d39f5067c..104a811dde57 100644 --- a/net/bridge/br_if.c +++ b/net/bridge/br_if.c @@ -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. */ |