[dpdk-dev] [PATCH v2 20.08 6/6] check_maintainers: change variable names

Thomas Monjalon thomas at monjalon.net
Thu Aug 6 18:55:11 CEST 2020


30/07/2020 02:58, Stephen Hemminger:
> Change variable names in python script: replace whitelist

It is not a python script.

> with include_files and blacklist with exclude_files.
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> Acked-by: Luca Boccassi <bluca at debian.org>
> ---
> -			whitelist=$(files $flines)
> -			blacklist=$(files $xlines)
> -			match=$(aminusb "$whitelist" "$blacklist")
> -			if [ -n "$whitelist" ] ; then
> +			include_files=$(files $flines)
> +			exclude_files=$(files $xlines)
> +			match=$(aminusb "$include_files" "$exclude_files")
> +			if [ -n "$include_files" ] ; then

With above nit fixed,
Acked-by: Thomas Monjalon <thomas at monjalon.net>




More information about the dev mailing list