From patchwork Mon Jul 4 11:46:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 9212331 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C3AD160572 for ; Mon, 4 Jul 2016 11:48:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B5B36286DF for ; Mon, 4 Jul 2016 11:48:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AA8A9286E3; Mon, 4 Jul 2016 11:48:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1A786286DF for ; Mon, 4 Jul 2016 11:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753564AbcGDLsL (ORCPT ); Mon, 4 Jul 2016 07:48:11 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:44913 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753605AbcGDLr0 (ORCPT ); Mon, 4 Jul 2016 07:47:26 -0400 Received: from 201.86.133.99.dynamic.adsl.gvt.net.br ([201.86.133.99] helo=smtp.w2.samsung.com) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bK2LV-0005Ji-CS; Mon, 04 Jul 2016 11:47:25 +0000 Received: from mchehab by smtp.w2.samsung.com with local (Exim 4.87) (envelope-from ) id 1bK2LL-0007lB-Me; Mon, 04 Jul 2016 08:47:15 -0300 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , Markus Heiser , linux-doc@vger.kernel.org Subject: [PATCH 30/51] Documentation: linux_tv: Fix remaining undefined references Date: Mon, 4 Jul 2016 08:46:51 -0300 Message-Id: <80c5dbb43cd911638bb864bcdab4f84162bd968c.1467629489.git.mchehab@s-opensource.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: References: MIME-Version: 1.0 In-Reply-To: References: Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix Sphinx those warnings: WARNING: undefined label: fdl-modified>`as given on the :ref:`title page --- Documentation/linux_tv/media/v4l/fdl-appendix.rst | 2 +- Documentation/linux_tv/media/v4l/pixfmt-srggb10dpcm8.rst | 2 +- Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/linux_tv/media/v4l/fdl-appendix.rst b/Documentation/linux_tv/media/v4l/fdl-appendix.rst index 4a7be9b00670..cb0704883744 100644 --- a/Documentation/linux_tv/media/v4l/fdl-appendix.rst +++ b/Documentation/linux_tv/media/v4l/fdl-appendix.rst @@ -246,7 +246,7 @@ Modified Version: Preserve the section entitled “History”, and its title, and add to it an item stating at least the title, year, new authors, and publisher - of the :ref:`Modified Version `as given on the + of the :ref:`Modified Version ` as given on the :ref:`Title Page `. If there is no section entitled “History” in the :ref:`Document `, create one stating the title, year, authors, and publisher of the Document as given on diff --git a/Documentation/linux_tv/media/v4l/pixfmt-srggb10dpcm8.rst b/Documentation/linux_tv/media/v4l/pixfmt-srggb10dpcm8.rst index 581ab5190246..03a27c43be21 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-srggb10dpcm8.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-srggb10dpcm8.rst @@ -21,7 +21,7 @@ These four pixel formats are raw sRGB / Bayer formats with 10 bits per colour compressed to 8 bits each, using DPCM compression. DPCM, differential pulse-code modulation, is lossy. Each colour component consumes 8 bits of memory. In other respects this format is similar to -:ref:`pixfmt-srggb10`. +:ref:`V4L2-PIX-FMT-SRGGB10`. .. ------------------------------------------------------------------------------ diff --git a/Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst b/Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst index dcf3a176d1ba..0dd7e4632dd9 100644 --- a/Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst +++ b/Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst @@ -1,6 +1,7 @@ .. -*- coding: utf-8; mode: rst -*- .. _V4L2-PIX-FMT-YVU420: +.. _V4L2-PIX-FMT-YUV420: ********************************************************** V4L2_PIX_FMT_YVU420 ('YV12'), V4L2_PIX_FMT_YUV420 ('YU12')