@samitouri / QOSamiQemu / commits / f8ea454967

MAINTAINERS: Fix F: typo in "pcf8574"

Fixes: 4cbb1513a2 (hw/gpio: introduce pcf8574 driver, 2024-03-11) Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20260603064032.3733394-26-armbru@redhat.com>

Markus Armbruster committed Jun 3, 2026 at 08:40 UTC f8ea4549673878aad63b2e3c1c4b1ca2e3c36c59
1 file changed +1 -1
MAINTAINERS
+1 -1
@@ -2715,7 +2715,7 @@ F: include/hw/i2c/i2c_mux_pca954x.h
2715 pcf8574
2716 S: Orphan
2717 F: hw/gpio/pcf8574.c
2718 -F: include/gpio/pcf8574.h
2718 +F: include/hw/gpio/pcf8574.h
2719
2720 Generic Loader
2721 M: Alistair Francis <alistair@alistair23.me>