aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
diff options
context:
space:
mode:
authorGeliang Tang <geliangtang@gmail.com>2017-08-07 21:44:24 +0800
committerPaul Moore <paul@paul-moore.com>2017-09-05 09:46:59 -0400
commit196a5085592c62ffa4eb739d7ce49c040c2953a1 (patch)
treefd8bcf8c7e9109ecaba8e928163d73c376b302c0 /kernel/audit.c
parentselinux: remove AVC init audit log message (diff)
downloadlinux-dev-196a5085592c62ffa4eb739d7ce49c040c2953a1.tar.xz
linux-dev-196a5085592c62ffa4eb739d7ce49c040c2953a1.zip
audit: update the function comments
Update the function comments to match the code. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'kernel/audit.c')
-rw-r--r--kernel/audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c
index 0cf15c77c5eb..be1c28fd4d57 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -1833,7 +1833,7 @@ void audit_log_format(struct audit_buffer *ab, const char *fmt, ...)
}
/**
- * audit_log_hex - convert a buffer to hex and append it to the audit skb
+ * audit_log_n_hex - convert a buffer to hex and append it to the audit skb
* @ab: the audit_buffer
* @buf: buffer to convert to hex
* @len: length of @buf to be converted