summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-20 08:22:38 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-23 07:03:24 -0400
commit5b8700e9f909d8fb2802d7ea2626460d3a233256 (patch)
tree49679271ed1cb7ec658f70def8b468bdef7ddf96 /include/media
parentc278256d05a2fc75b427fa6a5dc0024faa93465d (diff)
[media] doc-rst: Fix some Sphinx warnings
Fix all remaining media warnings with ReST that are fixable without changing at the Sphinx code. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/media-entity.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h
index 83877719bef4..3d885d97d149 100644
--- a/include/media/media-entity.h
+++ b/include/media/media-entity.h
@@ -180,8 +180,10 @@ struct media_pad {
180 * view. The media_entity_pipeline_start() function 180 * view. The media_entity_pipeline_start() function
181 * validates all links by calling this operation. Optional. 181 * validates all links by calling this operation. Optional.
182 * 182 *
183 * .. note:: Those these callbacks are called with struct media_device.@graph_mutex 183 * .. note::
184 * mutex held. 184 *
185 * Those these callbacks are called with struct media_device.@graph_mutex
186 * mutex held.
185 */ 187 */
186struct media_entity_operations { 188struct media_entity_operations {
187 int (*link_setup)(struct media_entity *entity, 189 int (*link_setup)(struct media_entity *entity,