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>
This commit is contained in:
Родитель
824fb38e99
Коммит
0bb32417ff
|
@ -398,7 +398,7 @@ void br_fdb_update(struct net_bridge *br, struct net_bridge_port *source,
|
||||||
if (unlikely(fdb->is_local)) {
|
if (unlikely(fdb->is_local)) {
|
||||||
if (net_ratelimit())
|
if (net_ratelimit())
|
||||||
printk(KERN_WARNING "%s: received packet with "
|
printk(KERN_WARNING "%s: received packet with "
|
||||||
" own address as source address\n",
|
"own address as source address\n",
|
||||||
source->dev->name);
|
source->dev->name);
|
||||||
} else {
|
} else {
|
||||||
/* fastpath: update of existing entry */
|
/* fastpath: update of existing entry */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче