summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2017-06-28 21:25:48 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-06-30 13:49:53 -0700
commitdbd1877754338dc98818d200cd25cf398d8b5d9e (patch)
tree4d9f75bcae6fb266a5082c6af7abb1cec2573752 /include
parentb4df2e3537bef7d867338063da56b557c50f68f2 (diff)
hashtable: remove repeated phrase from a comment
"in a rcu enabled hashtable" is repeated twice in a comment. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/hashtable.h1
1 files changed, 0 insertions, 1 deletions
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