[PATCH 1/8] kernel-doc: fix audit warnings

From: Randy.Dunlap
Date: Sun Feb 03 2008 - 18:05:59 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix kernel-doc warnings in audit.c.

Warning(linux-2.6.24-git12//kernel/audit.c:1268): No description found for parameter 'string'
Warning(linux-2.6.24-git12//kernel/audit.c:1268): No description found for parameter 'len'`

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
kernel/audit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.24-git12.orig/kernel/audit.c
+++ linux-2.6.24-git12/kernel/audit.c
@@ -1261,8 +1261,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)
{
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/