linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] <linux/rculist.h>: fix kernel-doc notation & warning
@ 2020-06-15  3:45 Randy Dunlap
  2020-06-15 15:58 ` Eric W. Biederman
  2020-06-15 20:39 ` Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-06-15  3:45 UTC (permalink / raw)
  To: LKML, Paul E. McKenney, Eric W. Biederman, rcu, Andrew Morton

From: Randy Dunlap <rdunlap@infradead.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@infradead.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: rcu@vger.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 ... ]
  */


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] <linux/rculist.h>: fix kernel-doc notation & warning
  2020-06-15  3:45 [PATCH] <linux/rculist.h>: fix kernel-doc notation & warning Randy Dunlap
@ 2020-06-15 15:58 ` Eric W. Biederman
  2020-06-15 20:39 ` Paul E. McKenney
  1 sibling, 0 replies; 3+ messages in thread
From: Eric W. Biederman @ 2020-06-15 15:58 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Paul E. McKenney, rcu, Andrew Morton

Randy Dunlap <rdunlap@infradead.org> writes:

> From: Randy Dunlap <rdunlap@infradead.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 ... ]
>

Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>

> Fixes: 35fc0e3b0bd5 ("rculist: Add hlists_swap_heads_rcu")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Eric W. Biederman <ebiederm@xmission.com>
> Cc: rcu@vger.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 ... ]
>   */

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] <linux/rculist.h>: fix kernel-doc notation & warning
  2020-06-15  3:45 [PATCH] <linux/rculist.h>: fix kernel-doc notation & warning Randy Dunlap
  2020-06-15 15:58 ` Eric W. Biederman
@ 2020-06-15 20:39 ` Paul E. McKenney
  1 sibling, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2020-06-15 20:39 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, Eric W. Biederman, rcu, Andrew Morton

On Sun, Jun 14, 2020 at 08:45:07PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.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@infradead.org>
> Cc: Eric W. Biederman <ebiederm@xmission.com>
> Cc: rcu@vger.kernel.org

Good eyes, but I took Mauro's similar patch.

							Thanx, Paul

> ---
>  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 ... ]
>   */
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-15 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  3:45 [PATCH] <linux/rculist.h>: fix kernel-doc notation & warning Randy Dunlap
2020-06-15 15:58 ` Eric W. Biederman
2020-06-15 20:39 ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).