checkpatch: enable check for switch/case alignment

Now that the whole code is aligned with the coding style, enforce
the check through checkpatch.

Change-Id: Ie74ed98c5dfa61978d5551b60eb90acf746a3cc5
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9057
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2025-07-26 19:32:43 +02:00
committed by Tomas Vanek
parent 18734bcf95
commit ed9cf6d81d

View File

@@ -23,6 +23,5 @@
--ignore PREFER_KERNEL_TYPES
--ignore SPLIT_STRING
--ignore SSCANF_TO_KSTRTO
--ignore SWITCH_CASE_INDENT_LEVEL
--ignore TRACING_LOGGING
--ignore VOLATILE