Re: [PATCH] devtools: fix comment detection in forbidden token check

2022-01-27 Thread Thomas Monjalon
27/01/2022 11:55, David Marchand: > After a comment section was detected, passing to a new hunk was not seen > as ending the section and all subsequent hunks were ignored. > > Fixes: 7413e7f2aeb3 ("devtools: alert on new calls to exit from libs") > Cc: sta...@dpdk.org > > Reported-by: Thomas Monj

[PATCH] devtools: fix comment detection in forbidden token check

2022-01-27 Thread David Marchand
After a comment section was detected, passing to a new hunk was not seen as ending the section and all subsequent hunks were ignored. Fixes: 7413e7f2aeb3 ("devtools: alert on new calls to exit from libs") Cc: sta...@dpdk.org Reported-by: Thomas Monjalon Signed-off-by: David Marchand --- devtoo