diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2010-03-13 19:03:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-18 00:47:21 -0300 |
commit | 9583183acbd40fc6e972ac39ae0a2173976f288e (patch) | |
tree | 48af663254bb81c77ad835c218462f224c67a183 /Documentation/DocBook | |
parent | 771075bb4667078687ae3c570a17c274f389e01e (diff) | |
download | linux-exynos-9583183acbd40fc6e972ac39ae0a2173976f288e.tar.gz linux-exynos-9583183acbd40fc6e972ac39ae0a2173976f288e.tar.bz2 linux-exynos-9583183acbd40fc6e972ac39ae0a2173976f288e.zip |
V4L/DVB: v4l doc: fix font of field name
The field 'reserved' was not tagged as a 'structfield' as it should.
This made the text a bit confusing.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/v4l/vidioc-reqbufs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/v4l/vidioc-reqbufs.xml b/Documentation/DocBook/v4l/vidioc-reqbufs.xml index 1c0816372074..69800ae23348 100644 --- a/Documentation/DocBook/v4l/vidioc-reqbufs.xml +++ b/Documentation/DocBook/v4l/vidioc-reqbufs.xml @@ -61,7 +61,7 @@ fields of the <structname>v4l2_requestbuffers</structname> structure. They set the <structfield>type</structfield> field to the respective stream or buffer type, the <structfield>count</structfield> field to the desired number of buffers, <structfield>memory</structfield> -must be set to the requested I/O method and the reserved array +must be set to the requested I/O method and the <structfield>reserved</structfield> array must be zeroed. When the ioctl is called with a pointer to this structure the driver will attempt to allocate the requested number of buffers and it stores the actual number |