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

2018-09-23 Thread Arnon Warshavsky
On Fri, Sep 21, 2018 at 2:37 PM, Andrzej Ostruszka wrote: > Acked-by: Andrzej Ostruszka > > However you might consider keeping this comment in the awk script. > > On 20.09.2018 23:11, Arnon Warshavsky wrote: > [...] > > @@ -44,85 +44,12 @@ print_usage () { > > } > > > > check_forbidden_additio

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

2018-09-21 Thread Andrzej Ostruszka
Acked-by: Andrzej Ostruszka However you might consider keeping this comment in the awk script. On 20.09.2018 23:11, Arnon Warshavsky wrote: [...] > @@ -44,85 +44,12 @@ print_usage () { > } > > check_forbidden_additions() { > -# This awk script receives a list of expressions to monitor >

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

2018-09-20 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 --- devtools/check-forbidden-tokens.awk | 68 ++