]> err.no Git - linux-2.6/blobdiff - net/ipv6/icmp.c
Merge branch 'sundance'
[linux-2.6] / net / ipv6 / icmp.c
index 53c81fcd20ba23b6573c1525a412f700ba10cccd..fcf883183cefef002c56cdf1e4565b5382ec3ba5 100644 (file)
@@ -607,7 +607,7 @@ static int icmpv6_rcv(struct sk_buff **pskb)
                skb->csum = ~csum_ipv6_magic(saddr, daddr, skb->len,
                                             IPPROTO_ICMPV6, 0);
                if (__skb_checksum_complete(skb)) {
-                       LIMIT_NETDEBUG(KERN_DEBUG "ICMPv6 checksum failed [%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x > %04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x]\n",
+                       LIMIT_NETDEBUG(KERN_DEBUG "ICMPv6 checksum failed [" NIP6_FMT " > " NIP6_FMT "]\n",
                                       NIP6(*saddr), NIP6(*daddr));
                        goto discard_it;
                }