summaryrefslogtreecommitdiff
path: root/lib/psci/psci_main.c
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2017-01-16 17:20:45 +0000
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2017-01-16 17:21:39 +0000
commit55cdcf75df9be3ceeae4bf4c3cb10c31df420cf1 (patch)
tree5102f63fc0d4fbe7d8a4cf890ede40e3525d7327 /lib/psci/psci_main.c
parent9eb4d4dd938a1ad86a5a0311e00beb3b5c1d5840 (diff)
checkpatch: Fix regular expressions
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: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'lib/psci/psci_main.c')
0 files changed, 0 insertions, 0 deletions