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:   Sun, 14 Jun 2020 20:45:07 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     LKML <linux-kernel@...r.kernel.org>,
        "Paul E. McKenney" <paulmck@...nel.org>,
        "Eric W. Biederman" <ebiederm@...ssion.com>, rcu@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] <linux/rculist.h>: fix kernel-doc notation & warning

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

Fix a kernel-doc warning due to missing a beginning '*' on the
comment line.

../include/linux/rculist.h:515: warning: bad line:                           [@right ][node2 ... ]

Fixes: 35fc0e3b0bd5 ("rculist: Add hlists_swap_heads_rcu")
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Eric W. Biederman <ebiederm@...ssion.com>
Cc: rcu@...r.kernel.org
---
 include/linux/rculist.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-58-rc1.orig/include/linux/rculist.h
+++ lnx-58-rc1/include/linux/rculist.h
@@ -512,7 +512,7 @@ static inline void hlist_replace_rcu(str
  * @right: The hlist head on the right
  *
  * The lists start out as [@left  ][node1 ... ] and
-                          [@right ][node2 ... ]
+ *                        [@right ][node2 ... ]
  * The lists end up as    [@left  ][node2 ... ]
  *                        [@right ][node1 ... ]
  */

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ