MAINTAINERS: replace non-matching patterns for loongson{2,3}
Commit ffe1f9356f
("MAINTAINERS: Add Loongson-2/Loongson-3 maintainers")
adds quite generic file entries for drivers/*/*loongson{2,3}* and
drivers/*/*/*loongson{2,3}* to be informed on changes to all loongson{2,3}
files in drivers.
However, only the pattern 'drivers/*/*loongson2*' matches to one file in
the repository, i.e., drivers/cpufreq/loongson2_cpufreq.c; all other
patterns have no file matches.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/*/*/*loongson2*
warning: no file matches F: drivers/*/*/*loongson3*
warning: no file matches F: drivers/*/*loongson3*
As in the last two and half years, no further files and drivers have
showed up to match those patterns, just name the one file that matches
explicitly and delete the others without a match.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
ee54d379fc
commit
bde258bc65
|
@ -11903,8 +11903,7 @@ L: linux-mips@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: arch/mips/include/asm/mach-loongson2ef/
|
F: arch/mips/include/asm/mach-loongson2ef/
|
||||||
F: arch/mips/loongson2ef/
|
F: arch/mips/loongson2ef/
|
||||||
F: drivers/*/*/*loongson2*
|
F: drivers/cpufreq/loongson2_cpufreq.c
|
||||||
F: drivers/*/*loongson2*
|
|
||||||
|
|
||||||
MIPS/LOONGSON64 ARCHITECTURE
|
MIPS/LOONGSON64 ARCHITECTURE
|
||||||
M: Huacai Chen <chenhuacai@kernel.org>
|
M: Huacai Chen <chenhuacai@kernel.org>
|
||||||
|
@ -11913,8 +11912,6 @@ L: linux-mips@vger.kernel.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: arch/mips/include/asm/mach-loongson64/
|
F: arch/mips/include/asm/mach-loongson64/
|
||||||
F: arch/mips/loongson64/
|
F: arch/mips/loongson64/
|
||||||
F: drivers/*/*/*loongson3*
|
|
||||||
F: drivers/*/*loongson3*
|
|
||||||
F: drivers/irqchip/irq-loongson*
|
F: drivers/irqchip/irq-loongson*
|
||||||
F: drivers/platform/mips/cpu_hwmon.c
|
F: drivers/platform/mips/cpu_hwmon.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue