From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] devtools: add script to find duplicated includes Date: Thu, 03 Aug 2017 12:06:32 +0200 Message-ID: <3389675.km8h3kcPUK@xps> References: <20170714170707.22464-1-thomas@monjalon.net> <20170715100033.19872-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: stephen@networkplumber.org, keith.wiles@intel.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id B0A7B2C5E for ; Thu, 3 Aug 2017 12:06:34 +0200 (CEST) In-Reply-To: <20170715100033.19872-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/07/2017 12:00, Thomas Monjalon: > Based on Stephen's idea (originally implemented in a Perl script), > this is a shell script to find duplicated includes in a file. > It looks for all the .c and .h files of the git repository. > > It is fast enough because automatically well parallelized. > > Suggested-by: Stephen Hemminger > Signed-off-by: Thomas Monjalon > Tested-by: Keith Wiles > --- > v2: add optional parameter for directory as suggested by Keith > --- Applied