Commit f58cad22 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent da83c888
...@@ -968,12 +968,12 @@ void __media_remove_intf_links(struct media_interface *intf); ...@@ -968,12 +968,12 @@ void __media_remove_intf_links(struct media_interface *intf);
* *
* @intf: pointer to &media_interface * @intf: pointer to &media_interface
* *
* ..note:: * .. note::
* *
* - This is called automatically when an entity is unregistered via * #) This is called automatically when an entity is unregistered via
* media_device_register_entity() and by media_devnode_remove(). * 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); void media_remove_intf_links(struct media_interface *intf);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment