lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 3 Feb 2008 15:05:48 -0800 (PST)
From:	"Randy.Dunlap" <rdunlap@...otime.net>
To:	linux-kernel@...r.kernel.org
cc:	akpm@...ux-foundation.org, dwmw2@...radead.org
Subject: [PATCH 1/8] kernel-doc: fix audit warnings

From: Randy Dunlap <randy.dunlap@...cle.com>

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@...cle.com>
---
  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@...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

Powered by Openwall GNU/*/Linux Powered by OpenVZ