From patchwork Thu Jul 21 20:19:51 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 9242481 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 17A9860756 for ; Thu, 21 Jul 2016 20:20:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0743127C39 for ; Thu, 21 Jul 2016 20:20:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EE0AC27EE2; Thu, 21 Jul 2016 20:20:05 +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 38B4527C39 for ; Thu, 21 Jul 2016 20:20:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754113AbcGUUUB (ORCPT ); Thu, 21 Jul 2016 16:20:01 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:53020 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754106AbcGUUUA (ORCPT ); Thu, 21 Jul 2016 16:20:00 -0400 Received: from [187.113.17.194] (helo=smtp.w2.samsung.com) by bombadil.infradead.org with esmtpsa (Exim 4.85_2 #1 (Red Hat Linux)) id 1bQKRr-0005jK-GQ; Thu, 21 Jul 2016 20:19:59 +0000 Received: from mchehab by smtp.w2.samsung.com with local (Exim 4.87) (envelope-from ) id 1bQKRo-0008Gz-VW; Thu, 21 Jul 2016 17:19:56 -0300 From: Mauro Carvalho Chehab To: Linux Media Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 2/5] [media] mc-core: Fix a cross-reference Date: Thu, 21 Jul 2016 17:19:51 -0300 Message-Id: <464178b2a9459d5a64b90941112e6a6b8d5d9dbd.1469132350.git.mchehab@s-opensource.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <803a5c1a8b6cd3f593833cc883788fb120343cd6.1469132350.git.mchehab@s-opensource.com> References: <803a5c1a8b6cd3f593833cc883788fb120343cd6.1469132350.git.mchehab@s-opensource.com> In-Reply-To: <803a5c1a8b6cd3f593833cc883788fb120343cd6.1469132350.git.mchehab@s-opensource.com> References: <803a5c1a8b6cd3f593833cc883788fb120343cd6.1469132350.git.mchehab@s-opensource.com> 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 The v4l2_subdev reference was using the wrong tag. Fix it. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/kapi/mc-core.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/media/kapi/mc-core.rst b/Documentation/media/kapi/mc-core.rst index 4c47f5e3611d..deae3b7c692d 100644 --- a/Documentation/media/kapi/mc-core.rst +++ b/Documentation/media/kapi/mc-core.rst @@ -50,7 +50,7 @@ Entities Entities are represented by a :c:type:`struct media_entity ` instance, defined in ``include/media/media-entity.h``. The structure is usually embedded into a higher-level structure, such as -:ref:`v4l2_subdev` or :ref:`video_device` +:c:type:`v4l2_subdev` or :c:type:`video_device` instances, although drivers can allocate entities directly. Drivers initialize entity pads by calling