Skip to content

Commit 459b528

Browse files
Madhuparna04paulmckrcu
authored andcommitted
rculist_nulls: Change docbook comment headers
This patch changes the docbook comment "head for your list" to "head of the list". Signed-off-by: Madhuparna Bhowmik <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 7f5d51e commit 459b528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/rculist_nulls.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static inline void hlist_nulls_add_head_rcu(struct hlist_nulls_node *n,
112112
* hlist_nulls_for_each_entry_rcu - iterate over rcu list of given type
113113
* @tpos: the type * to use as a loop cursor.
114114
* @pos: the &struct hlist_nulls_node to use as a loop cursor.
115-
* @head: the head for your list.
115+
* @head: the head of the list.
116116
* @member: the name of the hlist_nulls_node within the struct.
117117
*
118118
* The barrier() is needed to make sure compiler doesn't cache first element [1],
@@ -132,7 +132,7 @@ static inline void hlist_nulls_add_head_rcu(struct hlist_nulls_node *n,
132132
* iterate over list of given type safe against removal of list entry
133133
* @tpos: the type * to use as a loop cursor.
134134
* @pos: the &struct hlist_nulls_node to use as a loop cursor.
135-
* @head: the head for your list.
135+
* @head: the head of the list.
136136
* @member: the name of the hlist_nulls_node within the struct.
137137
*/
138138
#define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \

0 commit comments

Comments
 (0)