From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from casper.infradead.org ([85.118.1.10]:42757 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751413AbaJTC0V (ORCPT ); Sun, 19 Oct 2014 22:26:21 -0400 Message-ID: <544472C7.90006@infradead.org> Date: Sun, 19 Oct 2014 19:26:15 -0700 From: Randy Dunlap MIME-Version: 1.0 To: Mauro Carvalho Chehab , Vincent Palatin CC: linux-media , Jonathan Corbet Subject: DocBook error in v4l compat.xml (3.18-rc1) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: In Linux 3.18-rc1, building DocBooks gives this error: lnx-318-rc1/DOC1/Documentation/DocBook/compat.xml:2576: parser error : Opening and ending tag mismatch: orderedlist line 2560 and section It looks like the section on V4L2 in Linux 3.18 added unmatched without and ending ... or that section was inserted at an incorrect location. -- ~Randy