diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-10-29 12:52:50 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-29 12:52:50 -0700 |
commit | 5b095d98928fdb9e3b75be20a54b7a6cbf6ca9ad (patch) | |
tree | b6caa0cdbaac016447a790881ad4a6c5dfce6900 /net/ipv6/ndisc.c | |
parent | 4b7a4274ca63dadd9c4f17fc953f3a5d19855c4c (diff) | |
download | op-kernel-dev-5b095d98928fdb9e3b75be20a54b7a6cbf6ca9ad.zip op-kernel-dev-5b095d98928fdb9e3b75be20a54b7a6cbf6ca9ad.tar.gz |
net: replace %p6 with %pI6
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ndisc.c')
-rw-r--r-- | net/ipv6/ndisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ndisc.c b/net/ipv6/ndisc.c index 191bb07..2a6752d 100644 --- a/net/ipv6/ndisc.c +++ b/net/ipv6/ndisc.c @@ -647,7 +647,7 @@ static void ndisc_solicit(struct neighbour *neigh, struct sk_buff *skb) if ((probes -= neigh->parms->ucast_probes) < 0) { if (!(neigh->nud_state & NUD_VALID)) { - ND_PRINTK1(KERN_DEBUG "%s(): trying to ucast probe in NUD_INVALID: %p6\n", + ND_PRINTK1(KERN_DEBUG "%s(): trying to ucast probe in NUD_INVALID: %pI6\n", __func__, target); } ndisc_send_ns(dev, neigh, target, target, saddr); |