]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/netfilter/nf_conntrack_tuple.h
net: replace %p6 with %pI6
[linux-2.6-omap-h63xx.git] / include / net / netfilter / nf_conntrack_tuple.h
index 303efaf68d0812f6bb58e8934253d47a5cae700c..42f1fc96f3ec34cbc83603032818b95e82c8fed8 100644 (file)
@@ -122,7 +122,7 @@ static inline void nf_ct_dump_tuple_ip(const struct nf_conntrack_tuple *t)
 static inline void nf_ct_dump_tuple_ipv6(const struct nf_conntrack_tuple *t)
 {
 #ifdef DEBUG
-       printk("tuple %p: %u %p6 %hu -> %p6 %hu\n",
+       printk("tuple %p: %u %pI6 %hu -> %pI6 %hu\n",
               t, t->dst.protonum,
               t->src.u3.all, ntohs(t->src.u.all),
               t->dst.u3.all, ntohs(t->dst.u.all));