From: Jakub Kicinski Date: Thu, 29 Jun 2017 04:25:48 +0000 (-0700) Subject: hashtable: remove repeated phrase from a comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dbd1877754338dc98818d200cd25cf398d8b5d9e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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