dect
/
linux-2.6
Archived
13
0
Fork 0

[IPV6]: Add missing "space"

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches 2007-11-19 23:47:25 -08:00 committed by David S. Miller
parent 3a47a68b05
commit 3b6d821c4f
1 changed files with 1 additions and 1 deletions

View File

@ -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;