checkpatch: enable CAMELCASE test
authorAntonio Borneo <borneo.antonio@gmail.com>
Sat, 17 Apr 2021 20:37:12 +0000 (22:37 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sun, 18 Sep 2022 08:20:56 +0000 (08:20 +0000)
commit9f25e470f90be7ad05b2685a624d372be6998df2
tree04108e07f9544c9449a2a5d4462749908f5cd61d
parent496308701342032d54bfe04c6e2653be252ccd94
checkpatch: enable CAMELCASE test

OpenOCD has to deal with CamelCase API, mainly from inttypes.h,
jimtcl, libusb and Windows.

Modify checkpatch script to load from a file the list of allowed
CamelCase symbols.
Populate the file 'camelcase.txt' with the symbols that OpenOCD
has to get from external library, plus some of the symbols that
should be fixed later.
Enable CAMELCASE test in configuration script.
Add generated files to .gitignore.
Remove the check for 'known' CamelCase symbols from include folder
as this will not work on OpenOCD Jenkins, as it run checkpatch on
already patched code.

Change-Id: I0415af673ed9f985394405ff8f1eeec81135410a
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6170
Tested-by: jenkins
.checkpatch.conf
.gitignore
tools/scripts/camelcase.txt [new file with mode: 0644]
tools/scripts/checkpatch.pl