]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: Limit KVM RISC-V entry to existing selftests
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 9 Jun 2022 03:48:22 +0000 (09:18 +0530)
committerAnup Patel <anup@brainfault.org>
Thu, 9 Jun 2022 03:48:22 +0000 (09:18 +0530)
commit9ee3fb1cc25e79f5e0bc924a79bed53d064c1d00
treedf359183cf1f76e8b2c50bbb09ac3709f519620e
parentdd15764b186ac1d54f43fa889a9fc8334629c335
MAINTAINERS: Limit KVM RISC-V entry to existing selftests

Commit 3994299d2ce4 ("MAINTAINERS: Update KVM RISC-V entry to cover
selftests support") optimistically adds a file entry for
tools/testing/selftests/kvm/riscv/, but this directory does not exist.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference. The script is very useful to keep MAINTAINERS up to date
and MAINTAINERS can be kept in a state where the script emits no warning.

So, just drop the non-matching file entry rather than starting to collect
exceptions of entries that may match in some close or distant future.

Fixes: 3994299d2ce4 ("MAINTAINERS: Update KVM RISC-V entry to cover selftests support")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
MAINTAINERS