aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r--net/ipv6/addrconf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c
index eea9542728ca..113c4d93153d 100644
--- a/net/ipv6/addrconf.c
+++ b/net/ipv6/addrconf.c
@@ -2986,9 +2986,8 @@ static void if6_seq_stop(struct seq_file *seq, void *v)
2986static int if6_seq_show(struct seq_file *seq, void *v) 2986static int if6_seq_show(struct seq_file *seq, void *v)
2987{ 2987{
2988 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v; 2988 struct inet6_ifaddr *ifp = (struct inet6_ifaddr *)v;
2989 seq_printf(seq, 2989 seq_printf(seq, "%#p6 %02x %02x %02x %02x %8s\n",
2990 NIP6_SEQFMT " %02x %02x %02x %02x %8s\n", 2990 &ifp->addr,
2991 NIP6(ifp->addr),
2992 ifp->idev->dev->ifindex, 2991 ifp->idev->dev->ifindex,
2993 ifp->prefix_len, 2992 ifp->prefix_len,
2994 ifp->scope, 2993 ifp->scope,