From: Markus Armbruster Date: Sat, 20 Dec 2025 17:33:33 +0000 (+0100) Subject: MAINTAINERS: Fix coverage of tests/functional/acpi-bits/ X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0422713b5fa5e44e474f020ff9ea11fec75a743;p=thirdparty%2Fqemu.git MAINTAINERS: Fix coverage of tests/functional/acpi-bits/ The pattern tests/functional/acpi-bits/* covers files in acpi-bits/ (there are none), but not the files in its subdirectories (there are five). Drop the *. Signed-off-by: Markus Armbruster Message-ID: <20251220173336.3781377-2-armbru@redhat.com> Reviewed-by: Thomas Huth --- diff --git a/MAINTAINERS b/MAINTAINERS index 9a55b649e8..0421162691 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2185,7 +2185,7 @@ ACPI/FUNCTIONAL/BIOSBITS M: Ani Sinha M: Michael S. Tsirkin S: Supported -F: tests/functional/acpi-bits/* +F: tests/functional/acpi-bits/ F: tests/functional/x86_64/test_acpi_bits.py F: docs/devel/testing/acpi-bits.rst