net: replace %p6 with %pI6
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
4b7a4274ca
commit
5b095d9892
@ -219,7 +219,7 @@ static int ipv6_dest_hao(struct sk_buff *skb, int optoff)
|
||||
|
||||
if (!(ipv6_addr_type(&hao->addr) & IPV6_ADDR_UNICAST)) {
|
||||
LIMIT_NETDEBUG(
|
||||
KERN_DEBUG "hao is not an unicast addr: %p6\n", &hao->addr);
|
||||
KERN_DEBUG "hao is not an unicast addr: %pI6\n", &hao->addr);
|
||||
goto discard;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user