Re: [PATCH 4/6] MAINTAINERS: Update "ARM/OXNAS platform support" patterns

From: Arnd Bergmann
Date: Sun Jan 28 2018 - 15:57:24 EST


On Sun, Jan 28, 2018 at 2:56 PM, Joe Perches <joe@xxxxxxxxxxx> wrote:
> commit 9e6c62b05c1b ("ARM: dts: rename oxnas dts files") renamed
> the files, update the patterns.
>
> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
> cc: Daniel Golle <daniel@xxxxxxxxxxxxxx>
> cc: Arnd Bergmann <arnd@xxxxxxxx>
> cc: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 58300e66dae6..decb2be59e54 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1727,8 +1727,8 @@ L: linux-oxnas@xxxxxxxxxxxxxxxxxxx (moderated for non-subscribers)
> S: Maintained
> F: arch/arm/mach-oxnas/
> F: arch/arm/boot/dts/ox8*.dtsi
> -F: arch/arm/boot/dts/wd-mbwe.dts
> -F: arch/arm/boot/dts/cloudengines-pogoplug-series-3.dts
> +F: arch/arm/boot/dts/ox810se-wd-mbwe.dts
> +F: arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts
> N: oxnas

I think the three lines should just be combined into arch/arm/boot/dts/ox8*.dts*
so we don't have to patch this again for future addtions, otherwise looks good.

Arnd