diff mbox series

MAINTAINERS: repair file entry in MEDIA DRIVERS FOR STM32 - CSI

Message ID 20241213060011.67797-1-lukas.bulwahn@redhat.com
State New
Headers show
Series MAINTAINERS: repair file entry in MEDIA DRIVERS FOR STM32 - CSI | expand

Commit Message

Lukas Bulwahn Dec. 13, 2024, 6 a.m. UTC
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit dcb0f4c16be5 ("media: stm32: csi: addition of the STM32 CSI driver")
adds a new driver at drivers/media/platform/st/stm32/stm32-csi.c, but
creates a new MAINTAINERS section MEDIA DRIVERS FOR STM32 - CSI with a file
entry pointing to drivers/media/platform/stm32/stm32-csi.c. Note that the
file entry is missing the ‘st’ directory in its path.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference. Repair this file entry in MEDIA DRIVERS FOR STM32 - CSI.

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

Comments

Alain Volmat Dec. 13, 2024, 10:49 a.m. UTC | #1
Hi Lukas,

Indeed, thank you for the fix.

Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>

Regards,
Alain

On Fri, Dec 13, 2024 at 07:00:11AM +0100, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit dcb0f4c16be5 ("media: stm32: csi: addition of the STM32 CSI driver")
> adds a new driver at drivers/media/platform/st/stm32/stm32-csi.c, but
> creates a new MAINTAINERS section MEDIA DRIVERS FOR STM32 - CSI with a file
> entry pointing to drivers/media/platform/stm32/stm32-csi.c. Note that the
> file entry is missing the ‘st’ directory in its path.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference. Repair this file entry in MEDIA DRIVERS FOR STM32 - CSI.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bff3d35f80b5..230b7a4ee95f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14551,7 +14551,7 @@ L:	linux-media@vger.kernel.org
>  S:	Supported
>  T:	git git://linuxtv.org/media_tree.git
>  F:	Documentation/devicetree/bindings/media/st,stm32mp25-csi.yaml
> -F:	drivers/media/platform/stm32/stm32-csi.c
> +F:	drivers/media/platform/st/stm32/stm32-csi.c
>  
>  MEDIA DRIVERS FOR STM32 - DCMI / DCMIPP
>  M:	Hugues Fruchet <hugues.fruchet@foss.st.com>
> -- 
> 2.47.1
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index bff3d35f80b5..230b7a4ee95f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14551,7 +14551,7 @@  L:	linux-media@vger.kernel.org
 S:	Supported
 T:	git git://linuxtv.org/media_tree.git
 F:	Documentation/devicetree/bindings/media/st,stm32mp25-csi.yaml
-F:	drivers/media/platform/stm32/stm32-csi.c
+F:	drivers/media/platform/st/stm32/stm32-csi.c
 
 MEDIA DRIVERS FOR STM32 - DCMI / DCMIPP
 M:	Hugues Fruchet <hugues.fruchet@foss.st.com>