MAINTAINERS: remove entry to non-existing file in MOBILEYE MIPS SOCS

Message ID 20240222143312.27757-1-lukas.bulwahn@gmail.com
State New
Headers
Series MAINTAINERS: remove entry to non-existing file in MOBILEYE MIPS SOCS |

Commit Message

Lukas Bulwahn Feb. 22, 2024, 2:33 p.m. UTC
  Commit f34158edd249 ("MAINTAINERS: Add entry for Mobileye MIPS SoCs") adds
the section MOBILEYE MIPS SOCS with a file entry to the non-existing file
include/dt-bindings/soc/mobileye,eyeq5.h.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Possibly, this file was part of an early patch series, but in the final
patch series, this file does not appear anymore.

Delete this file entry in the MOBILEYE MIPS SOCS section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Gregory CLEMENT March 4, 2024, 1:19 p.m. UTC | #1
Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:

> Commit f34158edd249 ("MAINTAINERS: Add entry for Mobileye MIPS SoCs") adds
> the section MOBILEYE MIPS SOCS with a file entry to the non-existing file
> include/dt-bindings/soc/mobileye,eyeq5.h.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Possibly, this file was part of an early patch series, but in the final
> patch series, this file does not appear anymore.
>
> Delete this file entry in the MOBILEYE MIPS SOCS section.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>

Thanks,

Gregory
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 28b2013031bd..19ac6a8e46b2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14914,7 +14914,6 @@ F:	Documentation/devicetree/bindings/mips/mobileye.yaml
>  F:	arch/mips/boot/dts/mobileye/
>  F:	arch/mips/configs/eyeq5_defconfig
>  F:	arch/mips/mobileye/board-epm5.its.S
> -F:	include/dt-bindings/soc/mobileye,eyeq5.h
>  
>  MODULE SUPPORT
>  M:	Luis Chamberlain <mcgrof@kernel.org>
> -- 
> 2.17.1
>
  
Thomas Bogendoerfer March 4, 2024, 1:28 p.m. UTC | #2
On Thu, Feb 22, 2024 at 03:33:12PM +0100, Lukas Bulwahn wrote:
> Commit f34158edd249 ("MAINTAINERS: Add entry for Mobileye MIPS SoCs") adds
> the section MOBILEYE MIPS SOCS with a file entry to the non-existing file
> include/dt-bindings/soc/mobileye,eyeq5.h.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Possibly, this file was part of an early patch series, but in the final
> patch series, this file does not appear anymore.
> 
> Delete this file entry in the MOBILEYE MIPS SOCS section.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 28b2013031bd..19ac6a8e46b2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14914,7 +14914,6 @@ F:	Documentation/devicetree/bindings/mips/mobileye.yaml
>  F:	arch/mips/boot/dts/mobileye/
>  F:	arch/mips/configs/eyeq5_defconfig
>  F:	arch/mips/mobileye/board-epm5.its.S
> -F:	include/dt-bindings/soc/mobileye,eyeq5.h
>  
>  MODULE SUPPORT
>  M:	Luis Chamberlain <mcgrof@kernel.org>
> -- 
> 2.17.1

applied to mips-next.

Thomas.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 28b2013031bd..19ac6a8e46b2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14914,7 +14914,6 @@  F:	Documentation/devicetree/bindings/mips/mobileye.yaml
 F:	arch/mips/boot/dts/mobileye/
 F:	arch/mips/configs/eyeq5_defconfig
 F:	arch/mips/mobileye/board-epm5.its.S
-F:	include/dt-bindings/soc/mobileye,eyeq5.h
 
 MODULE SUPPORT
 M:	Luis Chamberlain <mcgrof@kernel.org>