From dbd1877754338dc98818d200cd25cf398d8b5d9e Mon Sep 17 00:00:00 2001 From: Jakub Kicinski Date: Wed, 28 Jun 2017 21:25:48 -0700 Subject: hashtable: remove repeated phrase from a comment "in a rcu enabled hashtable" is repeated twice in a comment. Signed-off-by: Jakub Kicinski Signed-off-by: Linus Torvalds --- include/linux/hashtable.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/hashtable.h') diff --git a/include/linux/hashtable.h b/include/linux/hashtable.h index 661e5c2a8e2a..082dc1bd0801 100644 --- a/include/linux/hashtable.h +++ b/include/linux/hashtable.h @@ -167,7 +167,6 @@ static inline void hash_del_rcu(struct hlist_node *node) /** * hash_for_each_possible_rcu - iterate over all possible objects hashing to the * same bucket in an rcu enabled hashtable - * in a rcu enabled hashtable * @name: hashtable to iterate * @obj: the type * to use as a loop cursor for each entry * @member: the name of the hlist_node within the struct -- cgit v1.2.3