projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4df2e3
)
hashtable: remove repeated phrase from a comment
author
Jakub Kicinski
<
[email protected]
>
Thu, 29 Jun 2017 04:25:48 +0000
(21:25 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 30 Jun 2017 20:49:53 +0000
(13:49 -0700)
"in a rcu enabled hashtable" is repeated twice in a comment.
Signed-off-by: Jakub Kicinski <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/hashtable.h
patch
|
blob
|
history
diff --git
a/include/linux/hashtable.h
b/include/linux/hashtable.h
index 661e5c2a8e2a49e30d2fe3895f234e321ec81c71..082dc1bd0801c0b7f8fe61916d13a4c48a68f4c3 100644
(file)
--- 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