From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH] Documentation: DocBook: Rename drm_stub.c to drm_drv.c cause 'make xmldocs' failed Date: Wed, 13 Aug 2014 13:56:48 -0700 Message-ID: <53EBD110.2040709@infradead.org> References: <1407525394-29821-1-git-send-email-standby24x7@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1407525394-29821-1-git-send-email-standby24x7@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Masanari Iida , airlied@linux.ie, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org On 08/08/14 12:16, Masanari Iida wrote: > This patch fixed 'make xmldocs' failed on linus's tree and > linux-next as of 8th/Aug,2014. > > When drm merge for 3.17-rc1 happen, a file was renamed from > drm_stub.c to drm_drv.c. > But Documentation/DocBook/drm.tmpl still have an old file name. > > Signed-off-by: Masanari Iida Applied to my patch queue. Thanks. > --- > Documentation/DocBook/drm.tmpl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl > index 1d3756d..bacefc5 100644 > --- a/Documentation/DocBook/drm.tmpl > +++ b/Documentation/DocBook/drm.tmpl > @@ -315,7 +315,7 @@ char *date; > drm_dev_unregister() followed by a call to > drm_dev_unref(). > > -!Edrivers/gpu/drm/drm_stub.c > +!Edrivers/gpu/drm/drm_drv.c > > > Driver Load > -- ~Randy