From: Mauro Carvalho Chehab Date: Thu, 21 Jul 2016 18:29:11 +0000 (-0300) Subject: [media] mc-core: Fix a cross-reference X-Git-Tag: v4.8-rc1~131^2^2~21 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=041d8211a0cc414650c2ac4b2396e0fcda27e17e;p=linux-2.6-block.git [media] mc-core: Fix a cross-reference The v4l2_subdev reference was using the wrong tag. Fix it. Signed-off-by: Mauro Carvalho Chehab --- 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