riscv-openocd/tools
Antonio Borneo 01cf43aab9 checkpatch: extend check for camel[0-9_]*CASE
Linux has some automatically generated macros that can trigger
camelCASE check. This forces checkpatch to only detect the pattern
	[A-Z][a-z]|[a-z][A-Z]
for adjacent case transition.

In OpenOCD we do not have such case, so extend the check to
	[A-Z][0-9_]*[a-z]|[a-z][0-9_]*[A-Z]
and remove the detection of Linux special cases.

Change-Id: I82cb6dc668edbb093f68991337da1f4b933f1fac
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7152
Tested-by: jenkins
2022-09-18 08:21:09 +00:00
..
git2cl@8373c9f749 Add git2cl from repo.or.cz as a submodule in tools/git2cl. 2009-10-27 23:20:24 -07:00
release coding style: tools: remove empty lines at end of text files 2020-02-24 10:31:06 +00:00
rlink_make_speed_table update files to correct FSF address 2013-06-05 19:52:42 +00:00
scripts checkpatch: extend check for camel[0-9_]*CASE 2022-09-18 08:21:09 +00:00
st7_dtc_as coding style: tools: remove empty lines at end of text files 2020-02-24 10:31:06 +00:00
checkpatch.sh checkpatch: adapt shell script to the tool's new version 2022-09-18 08:20:08 +00:00
initial.sh gerrit url: update the gerrit server address to https://review.openocd.org 2021-09-18 15:21:02 +00:00
logger.pl Fix logger.pl script to avoid spurious empty line in some cases. 2009-06-30 05:33:17 +00:00
release.sh tools: release.sh: produce only SHA256 hashes 2018-01-13 08:41:23 +00:00
uncrustify1.sh Add uncrustify config file and helper script 2009-02-03 04:27:48 +00:00