Re: [dpdk-dev] [PATCH 1/2] devtools: fix filename in forbidden token check

2020-07-06 Thread Arnon Warshavsky
On Mon, Jul 6, 2020 at 11:00 AM David Marchand wrote: > Fix displayed filename by adjusting the extraction from the patch. > > Before: > Warning in /lib/librte_eal/linux/eal.c: > > After: > Warning in lib/librte_eal/linux/eal.c: > > Fixes: 7413e7f2aeb3 ("devtools: alert on new calls to exit from

[dpdk-dev] [PATCH 1/2] devtools: fix filename in forbidden token check

2020-07-06 Thread David Marchand
Fix displayed filename by adjusting the extraction from the patch. Before: Warning in /lib/librte_eal/linux/eal.c: After: Warning in lib/librte_eal/linux/eal.c: Fixes: 7413e7f2aeb3 ("devtools: alert on new calls to exit from libs") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- devtool