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>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 1 Nov 2018 16:41:03 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>,
        Evgeniy Polyakov <zbr@...emap.net>
Cc:     Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH resend] w1: add missing kernel-doc entry for of_match_table

From: Randy Dunlap <rdunlap@...radead.org>

Fix kernel-doc warning for missing struct member description:

../include/linux/w1.h:281: warning: Function parameter or member 'of_match_table' not described in 'w1_family'

Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Evgeniy Polyakov <zbr@...emap.net>
---
 include/linux/w1.h |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20181101.orig/include/linux/w1.h
+++ linux-next-20181101/include/linux/w1.h
@@ -266,6 +266,7 @@ struct w1_family_ops {
  * @family_entry:	family linked list
  * @fid:		8 bit family identifier
  * @fops:		operations for this family
+ * @of_match_table:	Open Firmware device matching table
  * @refcnt:		reference counter
  */
 struct w1_family {


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ