net: replace %p6 with %pI6
[deliverable/linux.git] / net / ipv6 / ip6mr.c
index 798e6a29dd83ddb17b85e431ca2113e87c1fa853..c491fb98a5e31451cd66b0f77c2009cc20b607f1 100644 (file)
@@ -297,7 +297,7 @@ static int ipmr_mfc_seq_show(struct seq_file *seq, void *v)
                const struct mfc6_cache *mfc = v;
                const struct ipmr_mfc_iter *it = seq->private;
 
-               seq_printf(seq, "%p6 %p6 %-3d %8ld %8ld %8ld",
+               seq_printf(seq, "%pI6 %pI6 %-3d %8ld %8ld %8ld",
                           &mfc->mf6c_mcastgrp, &mfc->mf6c_origin,
                           mfc->mf6c_parent,
                           mfc->mfc_un.res.pkt,
This page took 0.026648 seconds and 5 git commands to generate.