aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media/v4l/vidioc-expbuf.xml
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2015-06-05 05:11:15 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-06-06 07:38:10 -0300
commitdc8b1c0e89f3473221f35b7aaf7419e2d2c16fe9 (patch)
tree97e3302d4e48b709173ec349cb0cc482baa9afd5 /Documentation/DocBook/media/v4l/vidioc-expbuf.xml
parent[media] v4l2-ioctl: clear the reserved field of v4l2_create_buffers (diff)
downloadlinux-dev-dc8b1c0e89f3473221f35b7aaf7419e2d2c16fe9.tar.xz
linux-dev-dc8b1c0e89f3473221f35b7aaf7419e2d2c16fe9.zip
[media] DocBook media: correct description of reserved fields
Make sure that the documentation clearly states who is zeroing reserved fields: drivers and/or applications. This patch syncs the documentation with the checks that v4l2-compliance and valgrind do. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-expbuf.xml')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-expbuf.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-expbuf.xml b/Documentation/DocBook/media/v4l/vidioc-expbuf.xml
index 4165e7bfa4ff..a78c9207422f 100644
--- a/Documentation/DocBook/media/v4l/vidioc-expbuf.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-expbuf.xml
@@ -184,7 +184,8 @@ of open() for more details.</entry>
<row>
<entry>__u32</entry>
<entry><structfield>reserved[11]</structfield></entry>
- <entry>Reserved field for future use. Must be set to zero.</entry>
+ <entry>Reserved field for future use. Drivers and applications must
+set the array to zero.</entry>
</row>
</tbody>
</tgroup>