mei driver has sub modules, those are not listed via scripts/get_maintainer.pl when using asterisk: drivers/misc/mei/* The correct notation is: drivers/misc/mei/
Cc: Joe Perches <[email protected]> Cc: Gustavo A. R. Silva <[email protected]> Signed-off-by: Tomas Winkler <[email protected]> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 86994c35d56e..dbe6a71eb6f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8789,7 +8789,7 @@ M: Tomas Winkler <[email protected]> L: [email protected] S: Supported F: Documentation/driver-api/mei/* -F: drivers/misc/mei/* +F: drivers/misc/mei/ F: drivers/watchdog/mei_wdt.c F: include/linux/mei_cl_bus.h F: include/uapi/linux/mei.h -- 2.25.4

