Commit 0bb32417 authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller

bridge: avoid an extra space in br_fdb_update()

Signed-off-by: default avatarJiri Pirko <jpirko@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 824fb38e
......@@ -398,7 +398,7 @@ void br_fdb_update(struct net_bridge *br, struct net_bridge_port *source,
if (unlikely(fdb->is_local)) {
if (net_ratelimit())
printk(KERN_WARNING "%s: received packet with "
" own address as source address\n",
"own address as source address\n",
source->dev->name);
} else {
/* fastpath: update of existing entry */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment