aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media/v4l
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2015-03-15 16:54:30 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-02 20:13:56 -0400
commit5f853487328ba4d9d99d5be4900d804b1fdf1f15 (patch)
treeeadd491b2279f2ea3467d60a95c3de45db428fa7 /Documentation/DocBook/media/v4l
parent3c828ff8965630c757cceab8acfac060aa4da69f (diff)
[media] DocBook media: fix awkward language in VIDIOC_QUERYCAP
Fix some awkward language in the VIDIOC_QUERYCAP description. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-querycap.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-querycap.xml b/Documentation/DocBook/media/v4l/vidioc-querycap.xml
index d0c5e604f014..20fda75a012d 100644
--- a/Documentation/DocBook/media/v4l/vidioc-querycap.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-querycap.xml
@@ -102,10 +102,10 @@ The bus_info must start with "PCI:" for PCI boards, "PCIe:" for PCI Express boar
102 <entry>__u32</entry> 102 <entry>__u32</entry>
103 <entry><structfield>version</structfield></entry> 103 <entry><structfield>version</structfield></entry>
104 <entry><para>Version number of the driver.</para> 104 <entry><para>Version number of the driver.</para>
105<para>Starting on kernel 3.1, the version reported is provided per 105<para>Starting with kernel 3.1, the version reported is provided by the
106V4L2 subsystem, following the same Kernel numberation scheme. However, it 106V4L2 subsystem following the kernel numbering scheme. However, it
107should not always return the same version as the kernel, if, for example, 107may not always return the same version as the kernel if, for example,
108an stable or distribution-modified kernel uses the V4L2 stack from a 108a stable or distribution-modified kernel uses the V4L2 stack from a
109newer kernel.</para> 109newer kernel.</para>
110<para>The version number is formatted using the 110<para>The version number is formatted using the
111<constant>KERNEL_VERSION()</constant> macro:</para></entry> 111<constant>KERNEL_VERSION()</constant> macro:</para></entry>