diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-20 09:22:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-23 08:03:24 -0300 |
commit | 5b8700e9f909d8fb2802d7ea2626460d3a233256 (patch) | |
tree | 49679271ed1cb7ec658f70def8b468bdef7ddf96 /include/media | |
parent | c278256d05a2fc75b427fa6a5dc0024faa93465d (diff) | |
download | linux-5b8700e9f909d8fb2802d7ea2626460d3a233256.tar.bz2 |
[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.h | 6 |
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, |