Re: [PATCH] scripts/checkpatch.pl: process .c.inc and .h.inc files as C source

2021-06-07 Thread Alex Bennée
"Matheus K. Ferst" writes: > On 20/05/2021 16:51, matheus.fe...@eldorado.org.br wrote: >> From: Matheus Ferst >> Change the regex used to determine whether a file should be >> processed as >> C source to include .c.inc and .h.inc extensions. >> Signed-off-by: Matheus Ferst >> --- >>

Re: [PATCH] scripts/checkpatch.pl: process .c.inc and .h.inc files as C source

2021-06-07 Thread Matheus K. Ferst
On 20/05/2021 16:51, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Change the regex used to determine whether a file should be processed as C source to include .c.inc and .h.inc extensions. Signed-off-by: Matheus Ferst --- scripts/checkpatch.pl | 4 ++-- 1 file changed, 2

RE: [PATCH] scripts/checkpatch.pl: process .c.inc and .h.inc files as C source

2021-05-21 Thread Luis Fernando Fujita Pires
From: Matheus Ferst > > Change the regex used to determine whether a file should be processed as C > source to include .c.inc and .h.inc extensions. > > Signed-off-by: Matheus Ferst > --- > scripts/checkpatch.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Luis

Re: [PATCH] scripts/checkpatch.pl: process .c.inc and .h.inc files as C source

2021-05-20 Thread Bruno Piazera Larsen
On 20/05/2021 16:51, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst Change the regex used to determine whether a file should be processed as C source to include .c.inc and .h.inc extensions. Signed-off-by: Matheus Ferst --- scripts/checkpatch.pl | 4 ++-- 1 file changed, 2

[PATCH] scripts/checkpatch.pl: process .c.inc and .h.inc files as C source

2021-05-20 Thread matheus . ferst
From: Matheus Ferst Change the regex used to determine whether a file should be processed as C source to include .c.inc and .h.inc extensions. Signed-off-by: Matheus Ferst --- scripts/checkpatch.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/checkpatch.pl