Commit dbd18777 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by Linus Torvalds

hashtable: remove repeated phrase from a comment

"in a rcu enabled hashtable" is repeated twice in a comment.
Signed-off-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b4df2e35
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment