diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2015-07-02 10:32:39 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-07-17 09:48:55 -0300 |
commit | 86e46aa80d7456663afeac51971d4234dbc59e5d (patch) | |
tree | e5ba07dbb10bacb6264739affbc6c2da737f8045 /Documentation/DocBook | |
parent | 2cf4090fc8db8f9c2f3778a6a3768357a2b6aa6e (diff) | |
download | op-kernel-dev-86e46aa80d7456663afeac51971d4234dbc59e5d.zip op-kernel-dev-86e46aa80d7456663afeac51971d4234dbc59e5d.tar.gz |
[media] DocBook: fix media-ioc-device-info.xml type
The documentation had two media_version entries. The second one was a typo and
it should be driver_version instead. Correct this.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/v4l/media-ioc-device-info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/v4l/media-ioc-device-info.xml b/Documentation/DocBook/media/v4l/media-ioc-device-info.xml index 2ce5214..b0a21ac 100644 --- a/Documentation/DocBook/media/v4l/media-ioc-device-info.xml +++ b/Documentation/DocBook/media/v4l/media-ioc-device-info.xml @@ -102,7 +102,7 @@ </row> <row> <entry>__u32</entry> - <entry><structfield>media_version</structfield></entry> + <entry><structfield>driver_version</structfield></entry> <entry>Media device driver version, formatted with the <constant>KERNEL_VERSION()</constant> macro. Together with the <structfield>driver</structfield> field this identifies a particular |