net, misc: 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:
Harvey Harrison
2008-10-28 16:10:17 -07:00
committed by David S. Miller
parent 0c6ce78abf
commit fdb46ee752
9 changed files with 39 additions and 55 deletions

View File

@@ -1123,11 +1123,10 @@ sctp_disposition_t sctp_sf_backbeat_8_3(const struct sctp_endpoint *ep,
if (from_addr.sa.sa_family == AF_INET6) {
if (net_ratelimit())
printk(KERN_WARNING
"%s association %p could not find address "
NIP6_FMT "\n",
"%s association %p could not find address %p6\n",
__func__,
asoc,
NIP6(from_addr.v6.sin6_addr));
&from_addr.v6.sin6_addr);
} else {
if (net_ratelimit())
printk(KERN_WARNING