diff options
author | stephen hemminger <stephen@networkplumber.org> | 2014-05-16 23:46:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-18 21:10:08 -0400 |
commit | 025559eec82cc170200d81cffcc7c2b231eb52b1 (patch) | |
tree | 81dd825ab2699a660ae6a8b597864cecbce860a9 | |
parent | d4f0e0958dbacaa1c678d88bf02a4794c66fb832 (diff) |
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) | |||
178 | 178 | ||
179 | static void nbp_delete_promisc(struct net_bridge_port *p) | 179 | static void nbp_delete_promisc(struct net_bridge_port *p) |
180 | { | 180 | { |
181 | /* If port is currently promiscous, unset promiscuity. | 181 | /* If port is currently promiscuous, unset promiscuity. |
182 | * Otherwise, it is a static port so remove all addresses | 182 | * Otherwise, it is a static port so remove all addresses |
183 | * from it. | 183 | * from it. |
184 | */ | 184 | */ |