Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jakub Kicinski and committed by
Linus Torvalds
dbd18777 b4df2e35

-1
-1
include/linux/hashtable.h
··· 167 167 /** 168 168 * hash_for_each_possible_rcu - iterate over all possible objects hashing to the 169 169 * same bucket in an rcu enabled hashtable 170 - * in a rcu enabled hashtable 171 170 * @name: hashtable to iterate 172 171 * @obj: the type * to use as a loop cursor for each entry 173 172 * @member: the name of the hlist_node within the struct