Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751637AbdF2E0H (ORCPT ); Thu, 29 Jun 2017 00:26:07 -0400 Received: from mail-pg0-f52.google.com ([74.125.83.52]:33665 "EHLO mail-pg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751553AbdF2E0B (ORCPT ); Thu, 29 Jun 2017 00:26:01 -0400 From: Jakub Kicinski To: Sasha Levin Cc: Linus Torvalds , linux-kernel@vger.kernel.org, Benjamin Herrenschmidt , oss-drivers@netronome.com, Jakub Kicinski Subject: [PATCH] hashtable: remove repeated phrase from a comment Date: Wed, 28 Jun 2017 21:25:48 -0700 Message-Id: <20170629042548.27078-1-jakub.kicinski@netronome.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 800 Lines: 23 "in a rcu enabled hashtable" is repeated twice in a comment. Signed-off-by: Jakub Kicinski --- 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