|
From: openocd-gerrit <ope...@us...> - 2026-09-06 14:48:53
|
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 767355829476f95b1c90b303d077cef2afaf223a (commit)
from c71aab122e05b31d3e56a5514babba9bbdfa6ac0 (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 767355829476f95b1c90b303d077cef2afaf223a
Author: Tomas Vanek <va...@fb...>
Date: Thu Aug 27 12:00:07 2026 +0200
checkpatch: add missing LOG_CUSTOM_LEVEL to log functions
The list of log functions in checkpatch.pl was not updated in
commit b63e065f2380 ("helper/log: add LOG_CUSTOM_LEVEL() macro").
Change-Id: I254a0f222306f97ec74e1919a660e8b96bb467bb
Signed-off-by: Tomas Vanek <va...@fb...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9898
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/tools/scripts/checkpatch.pl b/tools/scripts/checkpatch.pl
index 010b7f43d..157e46c3e 100755
--- a/tools/scripts/checkpatch.pl
+++ b/tools/scripts/checkpatch.pl
@@ -628,7 +628,7 @@ our $logFunctions = qr{(?x:
} # !$OpenOCD
# OpenOCD specific: Begin: list log functions
our $logFunctions = qr{(?x:
- LOG_(?:TARGET_|)(?:DEBUG_IO|DEBUG|INFO|WARNING|ERROR|USER|USER_N|OUTPUT)
+ LOG_(?:TARGET_|)(?:DEBUG_IO|DEBUG|INFO|WARNING|ERROR|USER|USER_N|OUTPUT|CUSTOM_LEVEL)
)};
# OpenOCD specific: End
-----------------------------------------------------------------------
Summary of changes:
tools/scripts/checkpatch.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Main OpenOCD repository
|