mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
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>
This commit is contained in:
parent
5a5470dd8a
commit
03e6a10bbe
|
|
@ -262,7 +262,7 @@ exuberant()
|
|||
# identifiers to ignore by ctags
|
||||
local ign=(
|
||||
ACPI_EXPORT_SYMBOL
|
||||
DEFINE_TRACE
|
||||
DEFINE_{TRACE,MUTEX}
|
||||
EXPORT_SYMBOL EXPORT_SYMBOL_GPL
|
||||
EXPORT_TRACEPOINT_SYMBOL EXPORT_TRACEPOINT_SYMBOL_GPL
|
||||
____cacheline_aligned ____cacheline_aligned_in_smp
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user