Re: [PATCH v2 02/14] devtools: report all warnings in forbidden token check

2024-09-12 Thread Thomas Monjalon
12/09/2024 10:26, David Marchand: > Do not stop at the first file that got warnings. > > Signed-off-by: David Marchand It is always better to get all issues in one pass. Acked-by: Thomas Monjalon

[PATCH v2 02/14] devtools: report all warnings in forbidden token check

2024-09-12 Thread David Marchand
Do not stop at the first file that got warnings. Signed-off-by: David Marchand --- devtools/check-forbidden-tokens.awk | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devtools/check-forbidden-tokens.awk b/devtools/check-forbidden-tokens.awk index 807dad7f48..d72d244d3a