Module types now live in `rust/kernel/module.rs` alongside
`rust/kernel/module_param.rs`. Update the MODULE SUPPORT file pattern
from `rust/kernel/module_param.rs` to `rust/kernel/module*.rs` so both
files are covered.

Cc: Petr Pavlu <[email protected]>
Assisted-by: opencode:glm-5.2
Link: 
https://lore.kernel.org/rust-for-linux/[email protected]
Reviewed-by: Alice Ryhl <[email protected]>
Acked-by: Danilo Krummrich <[email protected]>
Acked-by: Petr Pavlu <[email protected]>
Signed-off-by: Alvin Sun <[email protected]>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8014b9f8253ed..ce84c56f21375 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18189,7 +18189,7 @@ F:      include/linux/module*.h
 F:     kernel/module/
 F:     lib/test_kmod.c
 F:     lib/tests/module/
-F:     rust/kernel/module_param.rs
+F:     rust/kernel/module*.rs
 F:     rust/macros/module.rs
 F:     scripts/module*
 F:     tools/testing/selftests/kmod/

-- 
2.43.0



Reply via email to