The patch titled Subject: MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM has been added to the -mm tree. Its filename is maintainers-fix-bad-pattern-in-arm-nuvoton-npcm.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/maintainers-fix-bad-pattern-in-arm-nuvoton-npcm.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/maintainers-fix-bad-pattern-in-arm-nuvoton-npcm.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Tomer Maimon <tmaimon77@xxxxxxxxx> Subject: MAINTAINERS: fix bad pattern in ARM/NUVOTON NPCM In the process of upstreaming architecture support for ARM/NUVOTON NPCM include/dt-bindings/clock/nuvoton,npcm7xx-clks.h was renamed include/dt-bindings/clock/nuvoton,npcm7xx-clock.h without updating MAINTAINERS. This updates the MAINTAINERS pattern to match the new name of this file. Link: http://lkml.kernel.org/r/20190328235752.334462-1-tmaimon77@xxxxxxxxx Fixes: 6a498e06ba22 ("MAINTAINERS: Add entry for the Nuvoton NPCM architecture") Signed-off-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx> Signed-off-by: Tomer Maimon <tmaimon77@xxxxxxxxx> Reported-by: Joe Perches <joe@xxxxxxxxxxx> Reviewed-by: Benjamin Fair <benjaminfair@xxxxxxxxxx> Cc: Avi Fishman <avifishman70@xxxxxxxxx> Cc: Mukesh Ojha <mojha@xxxxxxxxxxxxxx> Cc: Nancy Yuen <yuenn@xxxxxxxxxx> Cc: Patrick Venture <venture@xxxxxxxxxx> Cc: Tali Perry <tali.perry1@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/MAINTAINERS~maintainers-fix-bad-pattern-in-arm-nuvoton-npcm +++ a/MAINTAINERS @@ -1900,7 +1900,7 @@ L: openbmc@xxxxxxxxxxxxxxxx (moderated f S: Supported F: arch/arm/mach-npcm/ F: arch/arm/boot/dts/nuvoton-npcm* -F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h +F: include/dt-bindings/clock/nuvoton,npcm7xx-clock.h F: drivers/*/*npcm* F: Documentation/devicetree/bindings/*/*npcm* F: Documentation/devicetree/bindings/*/*/*npcm* _ Patches currently in -mm which might be from tmaimon77@xxxxxxxxx are maintainers-fix-bad-pattern-in-arm-nuvoton-npcm.patch maintainers-add-maintainer-and-replacing-reviewer-arm-nuvoton-npcm.patch