[media] media-entry.h: Fix a note markup
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 20 Jul 2016 14:15:31 +0000 (11:15 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Sat, 23 Jul 2016 11:03:24 +0000 (08:03 -0300)
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>
include/media/media-entity.h

index 3d885d9..17390cc 100644 (file)
@@ -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);