Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Costa Shulyupin and committed by
Greg Kroah-Hartman
03e6a10b 5a5470dd

+1 -1
+1 -1
scripts/tags.sh
··· 262 262 # identifiers to ignore by ctags 263 263 local ign=( 264 264 ACPI_EXPORT_SYMBOL 265 - DEFINE_TRACE 265 + DEFINE_{TRACE,MUTEX} 266 266 EXPORT_SYMBOL EXPORT_SYMBOL_GPL 267 267 EXPORT_TRACEPOINT_SYMBOL EXPORT_TRACEPOINT_SYMBOL_GPL 268 268 ____cacheline_aligned ____cacheline_aligned_in_smp