Skip to content

Commit 03e6a10

Browse files
makelinuxgregkh
authored andcommitted
scripts/tags.sh: Don't tag usages of DEFINE_MUTEX
Curly braces expression expands to "DEFINE_TRACE DEFINE_MUTEX". Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Link: https://lore.kernel.org/r/20241105095648.1472862-2-costa.shul@redhat.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5a5470d commit 03e6a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ exuberant()
262262
# identifiers to ignore by ctags
263263
local ign=(
264264
ACPI_EXPORT_SYMBOL
265-
DEFINE_TRACE
265+
DEFINE_{TRACE,MUTEX}
266266
EXPORT_SYMBOL EXPORT_SYMBOL_GPL
267267
EXPORT_TRACEPOINT_SYMBOL EXPORT_TRACEPOINT_SYMBOL_GPL
268268
____cacheline_aligned ____cacheline_aligned_in_smp

0 commit comments

Comments
 (0)