From: Jiri Slaby (SUSE) Date: Thu, 9 Jan 2025 11:47:03 +0000 (+0100) Subject: MAINTAINERS: Add static_call_inline.c to STATIC BRANCH/CALL X-Git-Tag: block-6.14-20240131~54^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cb4ccc70344c3dc29a5d0045361a4f0959bc5a6b;p=linux-block.git MAINTAINERS: Add static_call_inline.c to STATIC BRANCH/CALL 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) Signed-off-by: Peter Zijlstra (Intel) Link: https://lkml.kernel.org/r/20250109114703.426577-1-jirislaby@kernel.org --- diff --git a/MAINTAINERS b/MAINTAINERS index 9bcd4e72a2dc..7da973afe26b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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