From: Costa Shulyupin Date: Tue, 5 Nov 2024 09:56:37 +0000 (+0200) Subject: scripts/tags.sh: Don't tag usages of DEFINE_MUTEX X-Git-Tag: v6.13-rc1~28^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03e6a10bbe60334ad9796086f6a77836b16b4070;p=thirdparty%2Fkernel%2Flinux.git scripts/tags.sh: Don't tag usages of DEFINE_MUTEX Curly braces expression expands to "DEFINE_TRACE DEFINE_MUTEX". Signed-off-by: Costa Shulyupin Link: https://lore.kernel.org/r/20241105095648.1472862-2-costa.shul@redhat.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/scripts/tags.sh b/scripts/tags.sh index c04f43d91517d..6a69ecac4e5bb 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -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