Skip to content

Commit bde258b

Browse files
bulwahntsbogend
authored andcommitted
MAINTAINERS: replace non-matching patterns for loongson{2,3}
Commit ffe1f93 ("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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent ee54d37 commit bde258b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11903,8 +11903,7 @@ L: [email protected]
1190311903
S: Maintained
1190411904
F: arch/mips/include/asm/mach-loongson2ef/
1190511905
F: arch/mips/loongson2ef/
11906-
F: drivers/*/*/*loongson2*
11907-
F: drivers/*/*loongson2*
11906+
F: drivers/cpufreq/loongson2_cpufreq.c
1190811907

1190911908
MIPS/LOONGSON64 ARCHITECTURE
1191011909
M: Huacai Chen <[email protected]>
@@ -11913,8 +11912,6 @@ L: [email protected]
1191311912
S: Maintained
1191411913
F: arch/mips/include/asm/mach-loongson64/
1191511914
F: arch/mips/loongson64/
11916-
F: drivers/*/*/*loongson3*
11917-
F: drivers/*/*loongson3*
1191811915
F: drivers/irqchip/irq-loongson*
1191911916
F: drivers/platform/mips/cpu_hwmon.c
1192011917

0 commit comments

Comments
 (0)