aboutsummaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-20 09:22:38 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-23 08:03:24 -0300
commit5b8700e9f909d8fb2802d7ea2626460d3a233256 (patch)
tree49679271ed1cb7ec658f70def8b468bdef7ddf96 /include/media
parentMerge branch 'patchwork' into topic/docs-next (diff)
downloadlinux-dev-5b8700e9f909d8fb2802d7ea2626460d3a233256.tar.xz
linux-dev-5b8700e9f909d8fb2802d7ea2626460d3a233256.zip
[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 {
* view. The media_entity_pipeline_start() function
* validates all links by calling this operation. Optional.
*
- * .. note:: Those these callbacks are called with struct media_device.@graph_mutex
- * mutex held.
+ * .. note::
+ *
+ * Those these callbacks are called with struct media_device.@graph_mutex
+ * mutex held.
*/
struct media_entity_operations {
int (*link_setup)(struct media_entity *entity,