Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] mc-core: Fix a cross-reference

The v4l2_subdev reference was using the wrong tag. Fix it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

+1 -1
+1 -1
Documentation/media/kapi/mc-core.rst
··· 50 50 Entities are represented by a :c:type:`struct media_entity <media_entity>` 51 51 instance, defined in ``include/media/media-entity.h``. The structure is usually 52 52 embedded into a higher-level structure, such as 53 - :ref:`v4l2_subdev` or :ref:`video_device` 53 + :c:type:`v4l2_subdev` or :c:type:`video_device` 54 54 instances, although drivers can allocate entities directly. 55 55 56 56 Drivers initialize entity pads by calling