From: Thomas Huth Date: Thu, 19 Oct 2023 15:58:22 +0000 (+0200) Subject: MAINTAINERS: Fix typo in openpic_kvm.c entry X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b96a7487d589fe3beb1d63fdb0be30f6a6311a44;p=qemu.git MAINTAINERS: Fix typo in openpic_kvm.c entry It's a .c file, not a header! Fixes: ff8cdbbd7e ("MAINTAINERS: Add information for OpenPIC") Signed-off-by: Thomas Huth Reviewed-by: Cédric Le Goater Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Michael Tokarev --- diff --git a/MAINTAINERS b/MAINTAINERS index 00b145280b..7fd7a0201c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1399,7 +1399,7 @@ F: hw/pci-host/ppce500.c F: include/hw/ppc/ppc_e500.h F: include/hw/pci-host/ppce500.h F: pc-bios/u-boot.e500 -F: hw/intc/openpic_kvm.h +F: hw/intc/openpic_kvm.c F: include/hw/ppc/openpic_kvm.h F: docs/system/ppc/ppce500.rst