scripts/checkpatch.pl: process .c.inc and .h.inc files as C source
commit72205289a0799c6d0a73107198098b830dbea2f9
authorMatheus Ferst <matheus.ferst@eldorado.org.br>
Thu, 20 May 2021 19:51:42 +0000 (20 16:51 -0300)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 7 Jun 2021 13:49:30 +0000 (7 14:49 +0100)
tree8349ec065369e5007353a96d8ea6223697127336
parent7bb17a9263665c7cb0b93e6889e66bb62b9f71c1
scripts/checkpatch.pl: process .c.inc and .h.inc files as C source

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 <matheus.ferst@eldorado.org.br>
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Message-Id: <20210520195142.941261-1-matheus.ferst@eldorado.org.br>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
scripts/checkpatch.pl