From mboxrd@z Thu Jan 1 00:00:00 1970 From: "james qian wang (Arm Technology China)" Subject: Re: [PATCH] MAINTAINERS: Fix pattern for Documentation path for Arm Mali Komeda Date: Wed, 27 Mar 2019 06:21:54 +0000 Message-ID: <20190327062147.GA8455@james-ThinkStation-P300> References: <20190325233040.30983-1-joe@perches.com> <20190326103203.8891-1-Liviu.Dudau@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190326103203.8891-1-Liviu.Dudau@arm.com> Content-Language: en-US Content-ID: <37D96E6DC2D7934EB2BF81182EF4DB0A@eurprd08.prod.outlook.com> Sender: linux-kernel-owner@vger.kernel.org To: Liviu Dudau Cc: Brian Starkey , Joe Perches , Daniel Vetter , DRI-devel , LKML , nd List-Id: dri-devel@lists.freedesktop.org On Tue, Mar 26, 2019 at 10:32:03AM +0000, Liviu Dudau wrote: > The Device Tree bindings documentation file is in a simplified path > that doesn't match the MAINTAINERS entry. >=20 > Reported-by: Joe Perches > Signed-off-by: Liviu Dudau > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index e17ebf70b5480..9fa4686212bdd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1167,7 +1167,7 @@ S: Supported > T: git git://linux-arm.org/linux-ld.git for-upstream/mali-dp > F: drivers/gpu/drm/arm/display/include/ > F: drivers/gpu/drm/arm/display/komeda/ > -F: Documentation/devicetree/bindings/display/arm/arm,komeda.txt > +F: Documentation/devicetree/bindings/display/arm,komeda.txt > F: Documentation/gpu/komeda-kms.rst > =20 > ARM MALI-DP DRM DRIVER > --=20 > 2.21.0 -- Thank you for fixing this problem. Reviewed-by: James Qian Wang (Arm Technology China)