From patchwork Mon Oct 20 02:39:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 5101801 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 80E1D9F387 for ; Mon, 20 Oct 2014 02:39:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BCE43201E4 for ; Mon, 20 Oct 2014 02:39:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2411201B9 for ; Mon, 20 Oct 2014 02:39:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751672AbaJTCjZ (ORCPT ); Sun, 19 Oct 2014 22:39:25 -0400 Received: from casper.infradead.org ([85.118.1.10]:42792 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751544AbaJTCjY (ORCPT ); Sun, 19 Oct 2014 22:39:24 -0400 Received: from static-50-53-39-157.bvtn.or.frontiernet.net ([50.53.39.157] helo=dragon.site) by casper.infradead.org with esmtpsa (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xg2sT-0005Ry-2l; Mon, 20 Oct 2014 02:39:21 +0000 Message-ID: <544475D5.6080903@infradead.org> Date: Sun, 19 Oct 2014 19:39:17 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Mauro Carvalho Chehab , Jonathan Corbet CC: linux-media , LKML , Andrew Morton , Linus Torvalds , Vincent Palatin Subject: [PATCH] DocBook: fix media build error Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(+) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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