diff mbox series

MAINTAINERS: Fix typo in openpic_kvm.c entry

Message ID 20231019155822.499027-1-thuth@redhat.com
State New
Headers show
Series MAINTAINERS: Fix typo in openpic_kvm.c entry | expand

Commit Message

Thomas Huth Oct. 19, 2023, 3:58 p.m. UTC
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(-)

Comments

Cédric Le Goater Oct. 19, 2023, 4:02 p.m. UTC | #1
On 10/19/23 17:58, Thomas Huth wrote:
> 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>

Thanks,

C.


> ---
>   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
>
Philippe Mathieu-Daudé Oct. 19, 2023, 4:17 p.m. UTC | #2
On 19/10/23 17:58, Thomas Huth wrote:
> 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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Michael Tokarev Oct. 21, 2023, 11:36 a.m. UTC | #3
19.10.2023 18:58, Thomas Huth :
> 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

This change is also based on the same "MAINTAINERS: Collect unmaintained files
under PPC entries", namely "Adjust file list for PPC e500 machines" patch.
Maybe it can be folded into the same series?

Thanks,

/mjt
diff mbox series

Patch

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