diff options
author | Thomas Huth <thuth@redhat.com> | 2023-10-19 17:58:22 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-10-21 15:00:22 +0300 |
commit | b96a7487d589fe3beb1d63fdb0be30f6a6311a44 (patch) | |
tree | 5cd1b6ba69a74a46242c40aace15f4ae08bc5184 /MAINTAINERS | |
parent | 71c1d34455d59cd7772f473354906ee08c877225 (diff) |
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 <thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
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 |