projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
824fb38
)
bridge: avoid an extra space in br_fdb_update()
author
Jiri Pirko
<jpirko@redhat.com>
Wed, 27 May 2009 00:55:08 +0000
(
00:55
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 27 May 2009 22:46:54 +0000
(15:46 -0700)
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_fdb.c
patch
|
blob
|
history
diff --git
a/net/bridge/br_fdb.c
b/net/bridge/br_fdb.c
index
a48f5ef
..
cb3e97b
100644
(file)
--- 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,
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 */