From: Julia Lawall Date: Mon, 30 Sep 2024 11:21:16 +0000 (+0200) Subject: audit: Reorganize kerneldoc parameter names X-Git-Tag: v6.13-rc1~209^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2132b355267f328a56da96f2f8868cc95406a562;p=thirdparty%2Fkernel%2Flinux.git audit: Reorganize kerneldoc parameter names Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Paul Moore --- diff --git a/kernel/audit.c b/kernel/audit.c index 1edaa4846a470..53e3bddcc3277 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -2102,8 +2102,8 @@ bool 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: length of string (not including trailing null) * @string: string to be logged + * @len: length of string (not including trailing null) * * This code will escape a string that is passed to it if the string * contains a control character, unprintable character, double quote mark,