Commit 80aa73ef authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Hans Verkuil
Browse files

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



Commit dcb0f4c1 ("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: default avatarLukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: default avatarAlain Volmat <alain.volmat@foss.st.com>
Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
parent 45ef22b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>