2023-07-31 15:31:55

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: correct file entry in MEDIA DRIVERS FOR FREESCALE IMX7/8

Commit cd063027c304 ("media: imx: Unstage the imx8mq-mipi-csi2 driver")
adds a file entry for the driver code to MEDIA DRIVERS FOR FREESCALE
IMX7/8, but misses the number '2' suffix in that entry. Hence,
./scripts/get_maintainer.pl --self-test=patterns complains about a broken
reference.

Correct the file entry in MEDIA DRIVERS FOR FREESCALE IMX7/8.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 97db167eeaa7..5ba24f88a214 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13094,7 +13094,7 @@ F: Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
F: Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
F: drivers/media/platform/nxp/imx-mipi-csis.c
F: drivers/media/platform/nxp/imx7-media-csi.c
-F: drivers/media/platform/nxp/imx8mq-mipi-csi.c
+F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c

MEDIA DRIVERS FOR HELENE
M: Abylay Ospan <[email protected]>
--
2.17.1



2023-08-01 23:33:46

by Laurent Pinchart

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: correct file entry in MEDIA DRIVERS FOR FREESCALE IMX7/8

Hi Lukas,

Thank you for the patch.

On Mon, Jul 31, 2023 at 03:14:27PM +0200, Lukas Bulwahn wrote:
> Commit cd063027c304 ("media: imx: Unstage the imx8mq-mipi-csi2 driver")
> adds a file entry for the driver code to MEDIA DRIVERS FOR FREESCALE
> IMX7/8, but misses the number '2' suffix in that entry. Hence,
> ./scripts/get_maintainer.pl --self-test=patterns complains about a broken
> reference.
>
> Correct the file entry in MEDIA DRIVERS FOR FREESCALE IMX7/8.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>

Reviewed-by: Laurent Pinchart <[email protected]>

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 97db167eeaa7..5ba24f88a214 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13094,7 +13094,7 @@ F: Documentation/devicetree/bindings/media/nxp,imx7-csi.yaml
> F: Documentation/devicetree/bindings/media/nxp,imx8mq-mipi-csi2.yaml
> F: drivers/media/platform/nxp/imx-mipi-csis.c
> F: drivers/media/platform/nxp/imx7-media-csi.c
> -F: drivers/media/platform/nxp/imx8mq-mipi-csi.c
> +F: drivers/media/platform/nxp/imx8mq-mipi-csi2.c
>
> MEDIA DRIVERS FOR HELENE
> M: Abylay Ospan <[email protected]>

--
Regards,

Laurent Pinchart