MAINTAINERS: Add static_call_inline.c to STATIC BRANCH/CALL
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Thu, 9 Jan 2025 11:47:03 +0000 (12:47 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 10 Jan 2025 17:16:48 +0000 (18:16 +0100)
Commit 8fd4ddda2f49 ("static_call: Don't make __static_call_return0
static") split static_call.c and created static_call_inline.c. This was
not reflected in MAINTAINERS.

Fix it by changing the MAINTAINERS line to be a glob: static_call*.c.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20250109114703.426577-1-jirislaby@kernel.org
MAINTAINERS

index 9bcd4e72a2dc53f9c4a809e74bf7295dca928b74..7da973afe26bd18c69aca8c2eae3845b59dfe085 100644 (file)
@@ -22450,7 +22450,7 @@ F:      arch/*/kernel/static_call.c
 F:     include/linux/jump_label*.h
 F:     include/linux/static_call*.h
 F:     kernel/jump_label.c
-F:     kernel/static_call.c
+F:     kernel/static_call*.c
 
 STI AUDIO (ASoC) DRIVERS
 M:     Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>