Commit 0bb32417ff0f6ac385e4eec3ef6641950bbb3694
Committed by
David S. Miller
1 parent
824fb38e99
Exists in
master
and in
7 other branches
bridge: avoid an extra space in br_fdb_update()
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
net/bridge/br_fdb.c
... | ... | @@ -398,7 +398,7 @@ |
398 | 398 | if (unlikely(fdb->is_local)) { |
399 | 399 | if (net_ratelimit()) |
400 | 400 | printk(KERN_WARNING "%s: received packet with " |
401 | - " own address as source address\n", | |
401 | + "own address as source address\n", | |
402 | 402 | source->dev->name); |
403 | 403 | } else { |
404 | 404 | /* fastpath: update of existing entry */ |