Skip to content

Commit 24692fa

Browse files
mchehabpaulmckrcu
authored andcommitted
rcu: Fix some kernel-doc warnings
The current code provokes some kernel-doc warnings: ./kernel/rcu/tree.c:2915: warning: Function parameter or member 'count' not described in 'kfree_rcu_cpu' ./include/linux/rculist.h:517: warning: bad line: [@right ][node2 ... ] ./include/linux/rculist.h:2: WARNING: Unexpected indentation. This commit therefore moves the comment for "count" to the kernel-doc markup and adds a missing "*" on one kernel-doc continuation line. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent c3cb47a commit 24692fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/rculist.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ static inline void hlist_replace_rcu(struct hlist_node *old,
512512
* @right: The hlist head on the right
513513
*
514514
* The lists start out as [@left ][node1 ... ] and
515-
[@right ][node2 ... ]
515+
* [@right ][node2 ... ]
516516
* The lists end up as [@left ][node2 ... ]
517517
* [@right ][node1 ... ]
518518
*/

0 commit comments

Comments
 (0)