]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
MAINTAINERS: repair file entry in MEDIA DRIVERS FOR STM32 - CSI
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Fri, 13 Dec 2024 06:00:11 +0000 (07:00 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Tue, 7 Jan 2025 11:21:41 +0000 (12:21 +0100)
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>
Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
MAINTAINERS

index 7136c2ea3f6e57d7ef7c02086e33bcf2f8b723f0..575f0e6f0532d1b5feced9b2bc4d28a829c69a73 100644 (file)
@@ -14502,7 +14502,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>