Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754747AbYBCXF6 (ORCPT ); Sun, 3 Feb 2008 18:05:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752431AbYBCXFu (ORCPT ); Sun, 3 Feb 2008 18:05:50 -0500 Received: from xenotime.net ([66.160.160.81]:36595 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751978AbYBCXFu (ORCPT ); Sun, 3 Feb 2008 18:05:50 -0500 Date: Sun, 3 Feb 2008 15:05:48 -0800 (PST) From: "Randy.Dunlap" X-X-Sender: rddunlap@shark.he.net To: linux-kernel@vger.kernel.org cc: akpm@linux-foundation.org, dwmw2@infradead.org Subject: [PATCH 1/8] kernel-doc: fix audit warnings Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1116 Lines: 30 From: Randy Dunlap 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 --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/