Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751563AbaJTQHS (ORCPT ); Mon, 20 Oct 2014 12:07:18 -0400 Received: from mail-vc0-f170.google.com ([209.85.220.170]:55512 "EHLO mail-vc0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935AbaJTQHP (ORCPT ); Mon, 20 Oct 2014 12:07:15 -0400 MIME-Version: 1.0 In-Reply-To: <544475D5.6080903@infradead.org> References: <544475D5.6080903@infradead.org> From: Vincent Palatin Date: Mon, 20 Oct 2014 09:06:54 -0700 X-Google-Sender-Auth: glwLUZmfC_Yd79JyzZOgvv9QI-o Message-ID: Subject: Re: [PATCH] DocBook: fix media build error To: Randy Dunlap Cc: Mauro Carvalho Chehab , Jonathan Corbet , linux-media , LKML , Andrew Morton , Linus Torvalds Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 19, 2014 at 7:39 PM, Randy Dunlap wrote: > From: Randy Dunlap > > Fix media DocBook build errors by making the orderedlist balanced. > > DOC1/Documentation/DocBook/compat.xml:2576: parser error : Opening and ending tag mismatch: orderedlist line 2560 and section > DOC1/Documentation/DocBook/compat.xml:2726: parser error : Premature end of data in tag section line 884 > DOC1/Documentation/DocBook/compat.xml:2726: parser error : chunk is not well balanced > > Signed-off-by: Randy Dunlap > Cc: Vincent Palatin > --- > Documentation/DocBook/media/v4l/compat.xml | 1 + > 1 file changed, 1 insertion(+) > > --- lnx-318-rc1.orig/Documentation/DocBook/media/v4l/compat.xml > +++ lnx-318-rc1/Documentation/DocBook/media/v4l/compat.xml > @@ -2566,6 +2566,7 @@ fields changed from _s32 to _u32. > Added compound control types and &VIDIOC-QUERY-EXT-CTRL;. > > > + > V4L2 in Linux 3.18 > > Compared to the original patch, it's actually also missing the
which were lost in the merge. -- Vincent -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/