diff options
Diffstat (limited to 'include/linux/rculist.h')
| -rw-r--r-- | include/linux/rculist.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/rculist.h b/include/linux/rculist.h index b1fd8bf85fdc..2bea1d5e9930 100644 --- a/include/linux/rculist.h +++ b/include/linux/rculist.h @@ -276,7 +276,7 @@ static inline void list_splice_tail_init_rcu(struct list_head *list,  #define list_entry_rcu(ptr, type, member) \  	container_of(lockless_dereference(ptr), type, member) -/** +/*   * Where are list_empty_rcu() and list_first_entry_rcu()?   *   * Implementing those functions following their counterparts list_empty() and | 
