Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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>

authored by

Lukas Bulwahn and committed by
Hans Verkuil
80aa73ef 45ef22b6

+1 -1
+1 -1
MAINTAINERS
··· 14502 14502 S: Supported 14503 14503 T: git git://linuxtv.org/media_tree.git 14504 14504 F: Documentation/devicetree/bindings/media/st,stm32mp25-csi.yaml 14505 - F: drivers/media/platform/stm32/stm32-csi.c 14505 + F: drivers/media/platform/st/stm32/stm32-csi.c 14506 14506 14507 14507 MEDIA DRIVERS FOR STM32 - DCMI / DCMIPP 14508 14508 M: Hugues Fruchet <hugues.fruchet@foss.st.com>