diff --git a/[refs] b/[refs] index 1e04a804ea99..c723c8b980dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 29504ff3be784372c4e2f7e31681a3e0292c4d9a +refs/heads/master: e1ba0dab261c1941fdf0db28868eaf459aaea089 diff --git a/trunk/include/linux/list.h b/trunk/include/linux/list.h index dd7cd54fa831..399b51d17218 100644 --- a/trunk/include/linux/list.h +++ b/trunk/include/linux/list.h @@ -692,7 +692,7 @@ static inline void hlist_add_after(struct hlist_node *n, * @member: the name of the hlist_node within the struct. * * This list-traversal primitive may safely run concurrently with - * the _rcu list-mutation primitives such as hlist_add_rcu() + * the _rcu list-mutation primitives such as hlist_add_head_rcu() * as long as the traversal is guarded by rcu_read_lock(). */ #define hlist_for_each_entry_rcu(tpos, pos, head, member) \