diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-10-28 19:10:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-10-29 02:02:32 -0400 |
commit | fdb46ee752ed05c94bac71fe3decdb5175ec6e1f (patch) | |
tree | 903aa4ba2c7afc996e9ddd3304e64770db830f7d /net/netlabel | |
parent | 0c6ce78abf6e228d44c3840edb8a4ae0c1299825 (diff) |
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>
Diffstat (limited to 'net/netlabel')
-rw-r--r-- | net/netlabel/netlabel_addrlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlabel/netlabel_addrlist.c b/net/netlabel/netlabel_addrlist.c index b0925a303353..614c95ec39df 100644 --- a/net/netlabel/netlabel_addrlist.c +++ b/net/netlabel/netlabel_addrlist.c | |||
@@ -370,7 +370,7 @@ void netlbl_af6list_audit_addr(struct audit_buffer *audit_buf, | |||
370 | 370 | ||
371 | if (dev != NULL) | 371 | if (dev != NULL) |
372 | audit_log_format(audit_buf, " netif=%s", dev); | 372 | audit_log_format(audit_buf, " netif=%s", dev); |
373 | audit_log_format(audit_buf, " %s=" NIP6_FMT, dir, NIP6(*addr)); | 373 | audit_log_format(audit_buf, " %s=%p6", dir, addr); |
374 | if (ntohl(mask->s6_addr32[3]) != 0xffffffff) { | 374 | if (ntohl(mask->s6_addr32[3]) != 0xffffffff) { |
375 | u32 mask_len = 0; | 375 | u32 mask_len = 0; |
376 | u32 mask_val; | 376 | u32 mask_val; |