Re: [dpdk-dev] [PATCH v3] devtools: move forbidden tokens awk script to a separate file

2018-10-01 Thread Thomas Monjalon
27/09/2018 11:04, Arnon Warshavsky: > The awk code previously read inline in checkpatches.pl > was using -d which is a bash option, > while bash is not the default shell in all distributions. > Now moved to be read from a separate file. > > Signed-off-by: Arnon Warshavsky > Acked-by: Andrzej Ostr

[dpdk-dev] [PATCH v3] devtools: move forbidden tokens awk script to a separate file

2018-09-27 Thread Arnon Warshavsky
The awk code previously read inline in checkpatches.pl was using -d which is a bash option, while bash is not the default shell in all distributions. Now moved to be read from a separate file. Signed-off-by: Arnon Warshavsky Acked-by: Andrzej Ostruszka --- v2 - place original comment in the awk