aboutsummaryrefslogtreecommitdiff
path: root/.checkpatch.conf
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2021-04-17 22:37:12 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-09-18 08:20:56 +0000
commit9f25e470f90be7ad05b2685a624d372be6998df2 (patch)
tree04108e07f9544c9449a2a5d4462749908f5cd61d /.checkpatch.conf
parent496308701342032d54bfe04c6e2653be252ccd94 (diff)
downloadriscv-openocd-9f25e470f90be7ad05b2685a624d372be6998df2.zip
riscv-openocd-9f25e470f90be7ad05b2685a624d372be6998df2.tar.gz
riscv-openocd-9f25e470f90be7ad05b2685a624d372be6998df2.tar.bz2
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
Diffstat (limited to '.checkpatch.conf')
-rw-r--r--.checkpatch.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 9d20846..8cb9a37 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -9,7 +9,6 @@
--ignore AVOID_EXTERNS
--ignore BLOCK_COMMENT_STYLE
---ignore CAMELCASE
--ignore COMPLEX_MACRO
--ignore CONST_STRUCT
--ignore ENOSYS