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:
committed by
David S. Miller
parent
38ff4fa49b
commit
0c6ce78abf
@@ -67,8 +67,8 @@ static void ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
|
||||
if (!x)
|
||||
return;
|
||||
|
||||
printk(KERN_DEBUG "pmtu discovery on SA IPCOMP/%08x/" NIP6_FMT "\n",
|
||||
spi, NIP6(iph->daddr));
|
||||
printk(KERN_DEBUG "pmtu discovery on SA IPCOMP/%08x/%p6\n",
|
||||
spi, &iph->daddr);
|
||||
xfrm_state_put(x);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user