net: replace uses of NIP6_FMT with %p6
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
38ff4fa49b
commit
0c6ce78abf
17 changed files with 43 additions and 62 deletions
|
@ -367,8 +367,8 @@ static void esp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
|
|||
x = xfrm_state_lookup((xfrm_address_t *)&iph->daddr, esph->spi, IPPROTO_ESP, AF_INET6);
|
||||
if (!x)
|
||||
return;
|
||||
printk(KERN_DEBUG "pmtu discovery on SA ESP/%08x/" NIP6_FMT "\n",
|
||||
ntohl(esph->spi), NIP6(iph->daddr));
|
||||
printk(KERN_DEBUG "pmtu discovery on SA ESP/%08x/%p6\n",
|
||||
ntohl(esph->spi), &iph->daddr);
|
||||
xfrm_state_put(x);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue