diff options
Diffstat (limited to 'net/bridge/br_fdb.c')
-rw-r--r-- | net/bridge/br_fdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c index 498f47c1c45..e0dfbc151dd 100644 --- a/net/bridge/br_fdb.c +++ b/net/bridge/br_fdb.c | |||
@@ -171,7 +171,7 @@ void br_fdb_flush(struct net_bridge *br) | |||
171 | spin_unlock_bh(&br->hash_lock); | 171 | spin_unlock_bh(&br->hash_lock); |
172 | } | 172 | } |
173 | 173 | ||
174 | /* Flush all entries refering to a specific port. | 174 | /* Flush all entries referring to a specific port. |
175 | * if do_all is set also flush static entries | 175 | * if do_all is set also flush static entries |
176 | */ | 176 | */ |
177 | void br_fdb_delete_by_port(struct net_bridge *br, | 177 | void br_fdb_delete_by_port(struct net_bridge *br, |