OSDN Git Service

MAINTAINERS: replace non-matching patterns for loongson{2,3}
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 10 Feb 2021 08:38:12 +0000 (09:38 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Thu, 11 Feb 2021 10:06:42 +0000 (11:06 +0100)
commitbde258bc651f94f6cf2f66bc9f5f4f358c04d817
tree2ab195b19ba7521719cda0657c40abb4bcbcd3b7
parentee54d379fc9c490797aa71d25d0320b5af5924a1
MAINTAINERS: replace non-matching patterns for loongson{2,3}

Commit ffe1f9356fbe ("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>
MAINTAINERS