Skip to content

Commit

Permalink
bridge: avoid an extra space in br_fdb_update()
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jiri Pirko authored and David S. Miller committed May 27, 2009
1 parent 824fb38 commit 0bb3241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bridge/br_fdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0bb3241

Please sign in to comment.