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
On 7/29/20 06:05, Tomas Winkler wrote:
> 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/
>
Yes; it works fine now:
$ scripts/get_maintainer.pl --nokeywords --nogit --nogit-fallback -f drivers/misc/mei/hdcp/mei_hdcp.c
Tomas Winkler <[email protected]> (supporter:INTEL MANAGEMENT ENGINE (mei))
Arnd Bergmann <[email protected]> (supporter:CHAR and MISC DRIVERS)
Greg Kroah-Hartman <[email protected]> (supporter:CHAR and MISC DRIVERS)
[email protected] (open list:INTEL MANAGEMENT ENGINE (mei))
> Cc: Joe Perches <[email protected]>
> Cc: Gustavo A. R. Silva <[email protected]>
> Signed-off-by: Tomas Winkler <[email protected]>
Reviewed-by: Gustavo A. R. Silva <[email protected]>
Thanks
--
Gustavo
> ---
> 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
>