Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1677373 > unrolled thread

[PATCH] hashtable: remove repeated phrase from a comment

Started byJakub Kicinski <jakub.kicinski@netronome.com>
First post2017-06-29 06:30 +0200
Last post2017-06-30 23:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] hashtable: remove repeated phrase from a comment Jakub Kicinski <jakub.kicinski@netronome.com> - 2017-06-29 06:30 +0200
    Re: [PATCH] hashtable: remove repeated phrase from a comment Linus Torvalds <torvalds@linux-foundation.org> - 2017-06-30 23:00 +0200

#1677373 — [PATCH] hashtable: remove repeated phrase from a comment

FromJakub Kicinski <jakub.kicinski@netronome.com>
Date2017-06-29 06:30 +0200
Subject[PATCH] hashtable: remove repeated phrase from a comment
Message-ID<tXzfz-2UV-3@gated-at.bofh.it>
"in a rcu enabled hashtable" is repeated twice in a comment.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
---
I'm not sure who would take this :S

 include/linux/hashtable.h | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.11.0

[toc] | [next] | [standalone]


#1679126

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2017-06-30 23:00 +0200
Message-ID<tYbbb-1O8-3@gated-at.bofh.it>
In reply to#1677373
On Wed, Jun 28, 2017 at 9:25 PM, Jakub Kicinski
<jakub.kicinski@netronome.com> wrote:
>
> I'm not sure who would take this :S

I took it directly. Thanks.

           Linus

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web