Message ID | 20220307145935.13178-1-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: rectify entry for MEDIA DRIVERS FOR NVIDIA TEGRA - VDE | expand |
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 <lukas.bulwahn@gmail.com> > --- > 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: linux-media@vger.kernel.org > L: linux-tegra@vger.kernel.org > 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 <digetx@gmail.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 05fd080b82f3..2b96a22cf5ea 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11964,7 +11964,7 @@ L: linux-media@vger.kernel.org L: linux-tegra@vger.kernel.org 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
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 <lukas.bulwahn@gmail.com> --- Dmitry, please ack. Thierry, please pick this minor non-urgent clean-up patch. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)