[dpdk-dev] [PATCH v2] devtools: add script to find duplicated includes

Thomas Monjalon thomas at monjalon.net
Thu Aug 3 12:06:32 CEST 2017


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 <stephen at networkplumber.org>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> Tested-by: Keith Wiles <keith.wiles at intel.com>
> ---
> v2: add optional parameter for directory as suggested by Keith
> ---

Applied



More information about the dev mailing list