2020-06-18 20:09:41

by Ralf Ramsauer

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: fix incorrect directory reference

the below-mentioned commit moved headers to inlucde/linux/soc/mmp. MAINTAINERS
was updated, but include/ was omitted.

Fixes: 32adcaa010 ("ARM: mmp: move cputype.h to include/linux/soc/")
Signed-off-by: Ralf Ramsauer <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 68f21d46614c..20d897b5be4b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11492,7 +11492,7 @@ S: Odd Fixes
T: git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
F: arch/arm/boot/dts/mmp*
F: arch/arm/mach-mmp/
-F: linux/soc/mmp/
+F: include/linux/soc/mmp/

MMP USB PHY DRIVERS
R: Lubomir Rintel <[email protected]>
--
2.27.0


2020-06-20 04:50:03

by Lubomir Rintel

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: fix incorrect directory reference

On Thu, Jun 18, 2020 at 09:55:27PM +0200, Ralf Ramsauer wrote:
> the below-mentioned commit moved headers to inlucde/linux/soc/mmp. MAINTAINERS
> was updated, but include/ was omitted.
>
> Fixes: 32adcaa010 ("ARM: mmp: move cputype.h to include/linux/soc/")
> Signed-off-by: Ralf Ramsauer <[email protected]>

Thanks for the patch. This duplicates a patch that Lukas has sent [1] out to be
applied via the trivial fix tree, but it never made it in.

[1] https://lore.kernel.org/lkml/[email protected]/

I've followed up on the original one.

Lubo

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 68f21d46614c..20d897b5be4b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11492,7 +11492,7 @@ S: Odd Fixes
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/lkundrak/linux-mmp.git
> F: arch/arm/boot/dts/mmp*
> F: arch/arm/mach-mmp/
> -F: linux/soc/mmp/
> +F: include/linux/soc/mmp/
>
> MMP USB PHY DRIVERS
> R: Lubomir Rintel <[email protected]>
> --
> 2.27.0
>