[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090527105507.GC1652@psychotron.englab.brq.redhat.com>
Date: Wed, 27 May 2009 12:55:08 +0200
From: Jiri Pirko <jpirko@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net
Subject: [PATCH] bridge: avoid an extra space in br_fdb_update()
[PATCH] bridge: avoid an extra space in br_fdb_update()
Signed-off-by: Jiri Pirko <jpirko@...hat.com>
diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c
index a48f5ef..cb3e97b 100644
--- 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 */
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists