This is an automated email from Gerrit. "Antonio Borneo <borneo.anto...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9057
-- gerrit commit e1b762423368f10c9bee2e07d6381e2587d92133 Author: Antonio Borneo <borneo.anto...@gmail.com> Date: Sat Jul 26 19:32:43 2025 +0200 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.anto...@gmail.com> diff --git a/.checkpatch.conf b/.checkpatch.conf index f432503e1a..01be7a9098 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -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 --