|
From: openocd-gerrit <ope...@us...> - 2025-11-12 20:34:22
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via ed9cf6d81d9ea9300625a9a69281a2a93e3012fc (commit)
from 18734bcf953324f9f40b518bc973634bfd9f41cd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ed9cf6d81d9ea9300625a9a69281a2a93e3012fc
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...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9057
Reviewed-by: Tomas Vanek <va...@fb...>
Tested-by: jenkins
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
-----------------------------------------------------------------------
Summary of changes:
.checkpatch.conf | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
Main OpenOCD repository
|