[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry
From: |
Thomas Huth |
Subject: |
[PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry |
Date: |
Thu, 19 Oct 2023 17:58:22 +0200 |
It's a .c file, not a header!
Fixes: ff8cdbbd7e ("MAINTAINERS: Add information for OpenPIC")
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c12511c73b..a110a0c7a4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1418,7 +1418,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
--
2.41.0
- [PATCH] MAINTAINERS: Fix typo in openpic_kvm.c entry,
Thomas Huth <=