summaryrefslogtreecommitdiff
path: root/include/media/v4l2-dev.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-23 07:12:03 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-23 08:05:02 -0300
commit564aaf69208d6f9e37cd82c06b889e5d9c59bfb6 (patch)
tree7373637b4624d4372f158ee8172a4180257d01e0 /include/media/v4l2-dev.h
parent7b998bae0546d7b1d9bcf0e23c4b3294c4027e4c (diff)
[media] doc-rst: add some needed escape codes
Some extra escape codes are needed to avoid Sphinx to not identify the tags. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/media/v4l2-dev.h')
-rw-r--r--include/media/v4l2-dev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h
index 5921c24565cf..a122b1bd40f9 100644
--- a/include/media/v4l2-dev.h
+++ b/include/media/v4l2-dev.h
@@ -374,13 +374,13 @@ struct video_device * __must_check video_device_alloc(void);
*
* @vdev: pointer to &struct video_device
*
- * Can also be used for video_device->release().
+ * Can also be used for video_device->release\(\).
*/
void video_device_release(struct video_device *vdev);
/**
* video_device_release_empty - helper function to implement the
- * video_device->release() callback.
+ * video_device->release\(\) callback.
*
* @vdev: pointer to &struct video_device
*