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>
This commit is contained in:
Geliang Tang 2017-08-07 21:44:24 +08:00 committed by Paul Moore
parent 19128341d6
commit 196a508559
2 changed files with 10 additions and 10 deletions

View file

@ -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