aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-20 10:15:31 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-23 07:03:24 -0400
commitf58cad224796600f91a1faebec9f868985869851 (patch)
treee50b91605945df234bd161ced544b0d5f0689d5f
parentda83c888bfa5bee632953c57940c24846bb46965 (diff)
[media] media-entry.h: Fix a note markup
The Sphinx note markup for media_remove_intf_links() is wrong: there's a missing space. While here, let's auto-numerate the two notes. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--include/media/media-entity.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h
index 3d885d97d149..17390cc7b538 100644
--- a/include/media/media-entity.h
+++ b/include/media/media-entity.h
@@ -968,12 +968,12 @@ void __media_remove_intf_links(struct media_interface *intf);
968 * 968 *
969 * @intf: pointer to &media_interface 969 * @intf: pointer to &media_interface
970 * 970 *
971 * ..note:: 971 * .. note::
972 * 972 *
973 * - This is called automatically when an entity is unregistered via 973 * #) This is called automatically when an entity is unregistered via
974 * media_device_register_entity() and by media_devnode_remove(). 974 * media_device_register_entity() and by media_devnode_remove().
975 * 975 *
976 * - Prefer to use this one, instead of __media_remove_intf_links(). 976 * #) Prefer to use this one, instead of __media_remove_intf_links().
977 */ 977 */
978void media_remove_intf_links(struct media_interface *intf); 978void media_remove_intf_links(struct media_interface *intf);
979 979