Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches <[email protected]>
diff --git a/MAINTAINERS b/MAINTAINERS
index 4faf1ce..91bc5cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -307,6 +307,7 @@ P: Jean Delvare
M: [email protected]
L: [email protected]
S: Maintained
+F: drivers/hwmon/adm1025.c
ADM1029 HARDWARE MONITOR DRIVER
P: Corentin Labbe
Hi Joe,
What a storm :( This should have been one single patch IMHO, or grouped
by maintainer or subsystem or something.
On Sun, 12 Aug 2007 23:22:18 -0700, [email protected] wrote:
> Add file pattern to MAINTAINER entry
Can you please point me to where this new pattern was discussed?
>
> Signed-off-by: Joe Perches <[email protected]>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4faf1ce..91bc5cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -307,6 +307,7 @@ P: Jean Delvare
> M: [email protected]
> L: [email protected]
> S: Maintained
+F: Documentation/hwmon/adm1025
> +F: drivers/hwmon/adm1025.c
>
> ADM1029 HARDWARE MONITOR DRIVER
> P: Corentin Labbe
Other patches I don't comment on, means I'm fine with them.
--
Jean Delvare
Jean Delvare wrote:
> Hi Joe,
>
> What a storm :( This should have been one single patch IMHO, or grouped
> by maintainer or subsystem or something.
>
> On Sun, 12 Aug 2007 23:22:18 -0700, [email protected] wrote:
>> Add file pattern to MAINTAINER entry
>
> Can you please point me to where this new pattern was discussed?
I came up with the idea at OLS talking to Dan Aloni, who posted the same problem
but with a different solution (he suggested separate files in each directory).
See: http://lkml.org/lkml/2007/6/29/300
Joe did a great job on the perl script though ;)
Cheers,
Auke