From: <ge...@op...> - 2025-07-26 17:40:18
|
This is an automated email from Gerrit. "Antonio Borneo <bor...@gm...>" 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 <bor...@gm...> 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 <bor...@gm...> 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 -- |