rcu.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"
@ 2020-03-05 22:22 Jonathan Neuschäfer
  2020-03-05 23:07 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2020-03-05 22:22 UTC (permalink / raw)
  To: rcu
  Cc: Jonathan Neuschäfer, Paul E. McKenney, Josh Triplett,
	Steven Rostedt, Mathieu Desnoyers, Lai Jiangshan, Joel Fernandes,
	linux-kernel

This reverts commit f452ee096d95482892b101bde4fd037fa025d3cc.

The workaround became unnecessary with commit 43756e347f21
("scripts/kernel-doc: Add support for named variable macro arguments").

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 include/linux/rculist.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/rculist.h b/include/linux/rculist.h
index 9f313e4999fe..93accccb9620 100644
--- a/include/linux/rculist.h
+++ b/include/linux/rculist.h
@@ -371,7 +371,7 @@ static inline void list_splice_tail_init_rcu(struct list_head *list,
  * @pos:	the type * to use as a loop cursor.
  * @head:	the head for your list.
  * @member:	the name of the list_head within the struct.
- * @cond...:	optional lockdep expression if called from non-RCU protection.
+ * @cond:	optional lockdep expression if called from non-RCU protection.
  *
  * This list-traversal primitive may safely run concurrently with
  * the _rcu list-mutation primitives such as list_add_rcu()
@@ -646,7 +646,7 @@ static inline void hlist_add_behind_rcu(struct hlist_node *n,
  * @pos:	the type * to use as a loop cursor.
  * @head:	the head for your list.
  * @member:	the name of the hlist_node within the struct.
- * @cond...:	optional lockdep expression if called from non-RCU protection.
+ * @cond:	optional lockdep expression if called from non-RCU protection.
  *
  * This list-traversal primitive may safely run concurrently with
  * the _rcu list-mutation primitives such as hlist_add_head_rcu()
--
2.20.1


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

* Re: [PATCH] Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"
  2020-03-05 22:22 [PATCH] Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way" Jonathan Neuschäfer
@ 2020-03-05 23:07 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2020-03-05 23:07 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: rcu, Josh Triplett, Steven Rostedt, Mathieu Desnoyers,
	Lai Jiangshan, Joel Fernandes, linux-kernel

On Thu, Mar 05, 2020 at 11:22:55PM +0100, Jonathan Neuschäfer wrote:
> This reverts commit f452ee096d95482892b101bde4fd037fa025d3cc.
> 
> The workaround became unnecessary with commit 43756e347f21
> ("scripts/kernel-doc: Add support for named variable macro arguments").
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Good to hear!

Applied, thank you!

							Thanx, Paul

> ---
>  include/linux/rculist.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/rculist.h b/include/linux/rculist.h
> index 9f313e4999fe..93accccb9620 100644
> --- a/include/linux/rculist.h
> +++ b/include/linux/rculist.h
> @@ -371,7 +371,7 @@ static inline void list_splice_tail_init_rcu(struct list_head *list,
>   * @pos:	the type * to use as a loop cursor.
>   * @head:	the head for your list.
>   * @member:	the name of the list_head within the struct.
> - * @cond...:	optional lockdep expression if called from non-RCU protection.
> + * @cond:	optional lockdep expression if called from non-RCU protection.
>   *
>   * This list-traversal primitive may safely run concurrently with
>   * the _rcu list-mutation primitives such as list_add_rcu()
> @@ -646,7 +646,7 @@ static inline void hlist_add_behind_rcu(struct hlist_node *n,
>   * @pos:	the type * to use as a loop cursor.
>   * @head:	the head for your list.
>   * @member:	the name of the hlist_node within the struct.
> - * @cond...:	optional lockdep expression if called from non-RCU protection.
> + * @cond:	optional lockdep expression if called from non-RCU protection.
>   *
>   * This list-traversal primitive may safely run concurrently with
>   * the _rcu list-mutation primitives such as hlist_add_head_rcu()
> --
> 2.20.1
> 

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

end of thread, other threads:[~2020-03-05 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 22:22 [PATCH] Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way" Jonathan Neuschäfer
2020-03-05 23:07 ` 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).