[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>
This commit is contained in:
parent
b871915893
commit
041d8211a0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Entities
|
|||
Entities are represented by a :c:type:`struct media_entity <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
|
||||
|
|
Loading…
Reference in a new issue