diff options
-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 a48f5efdb6bf..cb3e97b93aeb 100644 --- a/net/bridge/br_fdb.c +++ b/net/bridge/br_fdb.c | |||
@@ -398,7 +398,7 @@ void br_fdb_update(struct net_bridge *br, struct net_bridge_port *source, | |||
398 | if (unlikely(fdb->is_local)) { | 398 | if (unlikely(fdb->is_local)) { |
399 | if (net_ratelimit()) | 399 | if (net_ratelimit()) |
400 | printk(KERN_WARNING "%s: received packet with " | 400 | printk(KERN_WARNING "%s: received packet with " |
401 | " own address as source address\n", | 401 | "own address as source address\n", |
402 | source->dev->name); | 402 | source->dev->name); |
403 | } else { | 403 | } else { |
404 | /* fastpath: update of existing entry */ | 404 | /* fastpath: update of existing entry */ |