]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/avc.c
net: replace %p6 with %pI6
[linux-2.6-omap-h63xx.git] / security / selinux / avc.c
index c91008f438a2cd3229ba4f5011d80dc166ebcb61..ed6af12cdf4309c9771deb108559bf9e58de1215 100644 (file)
@@ -495,7 +495,7 @@ static inline void avc_print_ipv6_addr(struct audit_buffer *ab,
                                       char *name1, char *name2)
 {
        if (!ipv6_addr_any(addr))
-               audit_log_format(ab, " %s=%p6", name1, addr);
+               audit_log_format(ab, " %s=%pI6", name1, addr);
        if (port)
                audit_log_format(ab, " %s=%d", name2, ntohs(port));
 }