From ed9cf6d81d9ea9300625a9a69281a2a93e3012fc Mon Sep 17 00:00:00 2001 From: Antonio Borneo Date: Sat, 26 Jul 2025 19:32:43 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.openocd.org/c/openocd/+/9057 Reviewed-by: Tomas Vanek Tested-by: jenkins --- .checkpatch.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.checkpatch.conf b/.checkpatch.conf index f432503e1..01be7a909 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