Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3b6d821c4f06b4c25704bc11d05e68cdd16b4278
Commit:     3b6d821c4f06b4c25704bc11d05e68cdd16b4278
Parent:     3a47a68b05ad4b2da54d8c77262459465436387b
Author:     Joe Perches <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 19 23:47:25 2007 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Nov 19 23:47:25 2007 -0800

    [IPV6]: Add missing "space"
    
    Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/ipv6/addrconf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index 1bd8d81..567664e 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to