2022-03-08 02:31:40

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: rectify entry for MEDIA DRIVERS FOR NVIDIA TEGRA - VDE

Commit ccc3016261ed ("media: dt: bindings: tegra-vde: Convert to schema")
converts nvidia,tegra-vde.txt to nvidia,tegra-vde.yaml, but missed to
adjust its reference in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file reference in MEDIA DRIVERS FOR NVIDIA TEGRA - VDE.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
Dmitry, please ack.

Thierry, please pick this minor non-urgent clean-up patch.

MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 05fd080b82f3..2b96a22cf5ea 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11964,7 +11964,7 @@ L: [email protected]
L: [email protected]
S: Maintained
T: git git://linuxtv.org/media_tree.git
-F: Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
+F: Documentation/devicetree/bindings/media/nvidia,tegra-vde.yaml
F: drivers/staging/media/tegra-vde/

MEDIA DRIVERS FOR RENESAS - CEU
--
2.17.1


2022-03-08 10:59:57

by Dmitry Osipenko

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: rectify entry for MEDIA DRIVERS FOR NVIDIA TEGRA - VDE

07.03.2022 17:59, Lukas Bulwahn пишет:
> Commit ccc3016261ed ("media: dt: bindings: tegra-vde: Convert to schema")
> converts nvidia,tegra-vde.txt to nvidia,tegra-vde.yaml, but missed to
> adjust its reference in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in MEDIA DRIVERS FOR NVIDIA TEGRA - VDE.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> Dmitry, please ack.
>
> Thierry, please pick this minor non-urgent clean-up patch.
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 05fd080b82f3..2b96a22cf5ea 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11964,7 +11964,7 @@ L: [email protected]
> L: [email protected]
> S: Maintained
> T: git git://linuxtv.org/media_tree.git
> -F: Documentation/devicetree/bindings/media/nvidia,tegra-vde.txt
> +F: Documentation/devicetree/bindings/media/nvidia,tegra-vde.yaml
> F: drivers/staging/media/tegra-vde/
>
> MEDIA DRIVERS FOR RENESAS - CEU

This patch will have to go via the media tree. You'll may need to rebase
it on a recent linux-next soon because the driver path was changed
recently, otherwise maybe Mauro could resolve the merge conflict while
applying the patch.

Acked-by: Dmitry Osipenko <[email protected]>