Re: [dpdk-dev] [PATCH v3] devtools: add explicit warning messages for forbidden tokens

2018-11-04 Thread Thomas Monjalon
02/11/2018 11:52, Arnon Warshavsky: > Replace the content of warning in the forbidden tokens script > from using the searched regex into using explicit messages > > Signed-off-by: Arnon Warshavsky Applied, thanks

[dpdk-dev] [PATCH v3] devtools: add explicit warning messages for forbidden tokens

2018-11-02 Thread Arnon Warshavsky
Replace the content of warning in the forbidden tokens script from using the searched regex into using explicit messages Signed-off-by: Arnon Warshavsky --- v2 - fix typo v3 - reduce message not to exceed 80 chars devtools/check-forbidden-tokens.awk | 7 +-- devtools/checkpatches.sh