On Fri Dec 13 07:00:11 2024 +0100, Lukas Bulwahn wrote: > 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.bulw...@redhat.com> > Reviewed-by: Alain Volmat <alain.vol...@foss.st.com> > Signed-off-by: Hans Verkuil <hverk...@xs4all.nl>
Patch committed. Thanks, Hans Verkuil MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/MAINTAINERS b/MAINTAINERS index 7136c2ea3f6e..575f0e6f0532 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14502,7 +14502,7 @@ L: linux-me...@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.fruc...@foss.st.com>