[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080324173319.9551cea1.randy.dunlap@oracle.com>
Date: Mon, 24 Mar 2008 17:33:19 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Dave Jones <davej@...emonkey.org.uk>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: Silence two kerneldoc warnings in kernel/audit.c
On Mon, 24 Mar 2008 20:27:05 -0400 Dave Jones wrote:
> Silence two kerneldoc warnings.
>
> Warning(kernel/audit.c:1276): No description found for parameter 'string'
> Warning(kernel/audit.c:1276): No description found for parameter 'len'
>
> [also fix a typo for bonus points]
>
> Signed-off-by: Dave Jones <davej@...emonkey.org.uk>
I've sent the same patch to the audit people... so acked-by me.
Good luck.
> --- linux-2.6.24.noarch/kernel/audit.c~ 2008-03-24 20:22:32.000000000 -0400
> +++ linux-2.6.24.noarch/kernel/audit.c 2008-03-24 20:23:34.000000000 -0400
> @@ -1269,8 +1269,8 @@ static void audit_log_n_string(struct au
>
> /**
> * 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
> /**
> * 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
>
> --
---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists