]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] mc-core.rst: Fix cross-references to the source
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 29 Aug 2016 19:03:00 +0000 (16:03 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 9 Sep 2016 12:23:10 +0000 (09:23 -0300)
The cross-reference to "struct media_pad" was pointing to
a place that doesn't exist. Fix it, and adjust the second
reference on the same paragraph to use the same text.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/media/kapi/mc-core.rst

index 569cfc4f01cd05bd9d5604204ada368556249fc9..fb839a6c1f461b4bf1a5939b3cc9cfcc30439296 100644 (file)
@@ -85,8 +85,9 @@ a driver-specific structure.
 Pads are identified by their entity and their 0-based index in the pads
 array.
 
-Both information are stored in the :c:type:`struct media_pad`, making the
-:c:type:`media_pad` pointer the canonical way to store and pass link references.
+Both information are stored in the :c:type:`struct media_pad <media_pad>`,
+making the :c:type:`struct media_pad <media_pad>` pointer the canonical way
+to store and pass link references.
 
 Pads have flags that describe the pad capabilities and state.