From 0e5e7b0846fc9afd9891ba96b8471bd2a2eb269e Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 28 Mar 2008 14:15:56 -0700 Subject: [PATCH] --- yaml --- r: 87897 b: refs/heads/master c: f706d5d22c35e18ed13a4b2b4991aac75bf39df5 h: refs/heads/master i: 87895: 4218c84b0824691be7927230609089217365cc3a v: v3 --- [refs] | 2 +- trunk/kernel/audit.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index fcf143a68fb3..a94e81aa5e0a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5214b729e1c2dc3af8f55e6c4c548844c3bea0f5 +refs/heads/master: f706d5d22c35e18ed13a4b2b4991aac75bf39df5 diff --git a/trunk/kernel/audit.c b/trunk/kernel/audit.c index be55cb503633..b782b046543d 100644 --- a/trunk/kernel/audit.c +++ b/trunk/kernel/audit.c @@ -1269,8 +1269,8 @@ static void audit_log_n_string(struct audit_buffer *ab, size_t slen, /** * audit_string_contains_control - does a string need to be logged in hex - * @string - string to be checked - * @len - max length of the string to check + * @string: string to be checked + * @len: max length of the string to check */ int audit_string_contains_control(const char *string, size_t len) { @@ -1285,7 +1285,7 @@ int audit_string_contains_control(const char *string, size_t len) /** * audit_log_n_untrustedstring - log a string that may contain random characters * @ab: audit_buffer - * @len: lenth of string (not including trailing null) + * @len: length of string (not including trailing null) * @string: string to be logged * * This code will escape a string that is passed to it if the string