diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-08-04 04:51:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-21 20:46:32 -0300 |
commit | 1b88db2f2bed287505e8decea512db5e3fe3929c (patch) | |
tree | 6dca496d2f8ca8045e5c516b396064191035e251 /Documentation | |
parent | bf3593d939520559774cbfee03ba5f314d909620 (diff) | |
download | talos-obmc-linux-1b88db2f2bed287505e8decea512db5e3fe3929c.tar.gz talos-obmc-linux-1b88db2f2bed287505e8decea512db5e3fe3929c.zip |
[media] DocBook media: fix fieldname in struct v4l2_subdev_selection
Field 'rect' is really named 'r'.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-subdev-g-selection.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-subdev-g-selection.xml b/Documentation/DocBook/media/v4l/vidioc-subdev-g-selection.xml index 1ba9e999af3f..c62a7360719b 100644 --- a/Documentation/DocBook/media/v4l/vidioc-subdev-g-selection.xml +++ b/Documentation/DocBook/media/v4l/vidioc-subdev-g-selection.xml @@ -119,7 +119,7 @@ </row> <row> <entry>&v4l2-rect;</entry> - <entry><structfield>rect</structfield></entry> + <entry><structfield>r</structfield></entry> <entry>Selection rectangle, in pixels.</entry> </row> <row> |