checkpatch: Fix regular expressions
Antonio Nino Diaz authored
When generating the list of files to check by checkpatch.pl, the list
generated by `git ls-files` is filtered by a regular expression with
grep. Due to a malformed regex, the dot of `.md` was considered a
wildcard instead of a dot. This patch fixes this so that it matches
only dots, thus allowing the two following files to be checked:

* tools/cert_create/include/cmd_opt.h
* tools/cert_create/src/cmd_opt.c

Also extended the list of library directories to check by checkpatch
to exclude any folder starting with libfdt.

Change-Id: Ie7bf18efe4df29e364e5d67ba1118515304ed9a4
Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
55cdcf75
Name Last commit Last update
bl1 Fix integer overflows in BL1 FWU code
bl2 Define and use no_ret macro where no return is expected
bl2u Define and use no_ret macro where no return is expected
bl31 Define and use no_ret macro where no return is expected
bl32 Abort preempted TSP STD SMC after PSCI CPU suspend
common Merge pull request #791 from jeenu-arm/asm-assert-32
docs Merge pull request #788 from jeenu-arm/cpuops-framework
drivers TBB: fix comment about MBEDTLS_KEY_ALG default
fdts Fix incorrect copyright notices
include Abort preempted TSP STD SMC after PSCI CPU suspend
lib Merge pull request #788 from jeenu-arm/cpuops-framework
make_helpers Build: add -MP option to add dummy rules to *.d files
plat Merge pull request #805 from Xilinx/zynqmp/addr_space_size
services Abort preempted TSP STD SMC after PSCI CPU suspend
tools fiptool: Provide malloc/strdup wrappers to simplify error checking
.checkpatch.conf Mandate 'Signed-off-by' line in commit messages
.gitignore .gitignore: ignore editor backup files
Makefile checkpatch: Fix regular expressions
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Update year in copyright text to 2014
readme.md readme.md: Add tested Linaro release information for FVPs