Skip to content

Commit ddc4659

Browse files
neuschaeferpaulmckrcu
authored andcommitted
Revert "rculist: Describe variadic macro argument in a Sphinx-compatible way"
This reverts commit f452ee0. The workaround became unnecessary with commit 43756e3 ("scripts/kernel-doc: Add support for named variable macro arguments"). Signed-off-by: Jonathan Neuschäfer <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent fcbcc0e commit ddc4659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/rculist.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ static inline void list_splice_tail_init_rcu(struct list_head *list,
371371
* @pos: the type * to use as a loop cursor.
372372
* @head: the head for your list.
373373
* @member: the name of the list_head within the struct.
374-
* @cond...: optional lockdep expression if called from non-RCU protection.
374+
* @cond: optional lockdep expression if called from non-RCU protection.
375375
*
376376
* This list-traversal primitive may safely run concurrently with
377377
* 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,
646646
* @pos: the type * to use as a loop cursor.
647647
* @head: the head for your list.
648648
* @member: the name of the hlist_node within the struct.
649-
* @cond...: optional lockdep expression if called from non-RCU protection.
649+
* @cond: optional lockdep expression if called from non-RCU protection.
650650
*
651651
* This list-traversal primitive may safely run concurrently with
652652
* the _rcu list-mutation primitives such as hlist_add_head_rcu()

0 commit comments

Comments
 (0)