diff options
author | Geliang Tang <geliangtang@gmail.com> | 2017-08-07 16:44:24 +0300 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2017-09-05 16:46:59 +0300 |
commit | 196a5085592c62ffa4eb739d7ce49c040c2953a1 (patch) | |
tree | fd8bcf8c7e9109ecaba8e928163d73c376b302c0 /kernel/audit.c | |
parent | 19128341d6ca748088a9c787e54b2a160cf97a22 (diff) | |
download | linux-196a5085592c62ffa4eb739d7ce49c040c2953a1.tar.xz |
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.c | 2 |
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 |