diff options
Diffstat (limited to 'security/selinux/avc.c')
-rw-r--r-- | security/selinux/avc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/avc.c b/security/selinux/avc.c index 74c0319c417e..e73ac1ab7cfd 100644 --- a/security/selinux/avc.c +++ b/security/selinux/avc.c | |||
@@ -496,7 +496,7 @@ static inline void avc_print_ipv6_addr(struct audit_buffer *ab, | |||
496 | audit_log_format(ab, " %s=%d", name2, ntohs(port)); | 496 | audit_log_format(ab, " %s=%d", name2, ntohs(port)); |
497 | } | 497 | } |
498 | 498 | ||
499 | static inline void avc_print_ipv4_addr(struct audit_buffer *ab, u32 addr, | 499 | static inline void avc_print_ipv4_addr(struct audit_buffer *ab, __be32 addr, |
500 | __be16 port, char *name1, char *name2) | 500 | __be16 port, char *name1, char *name2) |
501 | { | 501 | { |
502 | if (addr) | 502 | if (addr) |