diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-20 11:15:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-23 08:03:24 -0300 |
commit | f58cad224796600f91a1faebec9f868985869851 (patch) | |
tree | e50b91605945df234bd161ced544b0d5f0689d5f /include/media | |
parent | da83c888bfa5bee632953c57940c24846bb46965 (diff) | |
download | linux-f58cad224796600f91a1faebec9f868985869851.tar.gz linux-f58cad224796600f91a1faebec9f868985869851.tar.bz2 linux-f58cad224796600f91a1faebec9f868985869851.zip |
[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>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/media-entity.h | 8 |
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); * * @intf: pointer to &media_interface * - * ..note:: + * .. note:: * - * - This is called automatically when an entity is unregistered via - * media_device_register_entity() and by media_devnode_remove(). + * #) This is called automatically when an entity is unregistered via + * media_device_register_entity() and by media_devnode_remove(). * - * - Prefer to use this one, instead of __media_remove_intf_links(). + * #) Prefer to use this one, instead of __media_remove_intf_links(). */ void media_remove_intf_links(struct media_interface *intf); |