From: Joe Perches Date: Tue, 20 Nov 2007 07:47:25 +0000 (-0800) Subject: [IPV6]: Add missing "space" X-Git-Tag: v2.6.24-rc4~90^2~25 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3b6d821c4f06b4c25704bc11d05e68cdd16b4278;p=linux-2.6-omap-h63xx.git [IPV6]: Add missing "space" Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 1bd8d818f8e..567664eac46 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -967,7 +967,7 @@ int ipv6_dev_get_saddr(struct net_device *daddr_dev, if (unlikely(score.addr_type == IPV6_ADDR_ANY || score.addr_type & IPV6_ADDR_MULTICAST)) { LIMIT_NETDEBUG(KERN_DEBUG - "ADDRCONF: unspecified / multicast address" + "ADDRCONF: unspecified / multicast address " "assigned as unicast address on %s", dev->name); continue;