From: Mauro Carvalho Chehab Date: Mon, 4 Jul 2016 18:47:55 +0000 (-0300) Subject: doc-rst: mmap: re-add the missing captions X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5c591aa13d719e05d80ea8cbb57b3e1fde1133c1;p=linux-beck.git doc-rst: mmap: re-add the missing captions The conversion from DocBook removed them. Re-add. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/linux_tv/media/v4l/mmap.rst b/Documentation/linux_tv/media/v4l/mmap.rst index 1ed17fa3368a..976bd2cf247b 100644 --- a/Documentation/linux_tv/media/v4l/mmap.rst +++ b/Documentation/linux_tv/media/v4l/mmap.rst @@ -54,6 +54,7 @@ possible with the :ref:`munmap() ` function. .. code-block:: c + :caption: Example 3.1. Mapping buffers in the single-planar API struct v4l2_requestbuffers reqbuf; struct { @@ -122,6 +123,7 @@ possible with the :ref:`munmap() ` function. .. code-block:: c + :caption: Example 3.2. Mapping buffers in the multi-planar API struct v4l2_requestbuffers reqbuf; /* Our current format uses 3 planes per buffer */