[media] DocBook improvement for U8 and U16 control types
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 17 Jul 2014 13:47:56 +0000 (10:47 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 17 Jul 2014 14:58:15 +0000 (11:58 -0300)
Removed the "This type is only used-in array controls." sentence in DocBook
which was thought to only confuse.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Documentation/DocBook/media/v4l/vidioc-queryctrl.xml

index d9a3f23371e28fa642a97e833c32a5e4ed5c49b2..62163d932cb70d7b055e2e6a50c7464e47af0f47 100644 (file)
@@ -518,8 +518,8 @@ Older drivers which do not support this feature return an
            <entry>any</entry>
            <entry>An unsigned 8-bit valued control ranging from minimum to
 maximum inclusive. The step value indicates the increment between
-values which are actually different on the hardware. This type is only used
-in array controls.</entry>
+values which are actually different on the hardware.
+</entry>
          </row>
          <row>
            <entry><constant>V4L2_CTRL_TYPE_U16</constant></entry>
@@ -528,8 +528,8 @@ in array controls.</entry>
            <entry>any</entry>
            <entry>An unsigned 16-bit valued control ranging from minimum to
 maximum inclusive. The step value indicates the increment between
-values which are actually different on the hardware. This type is only used
-in array controls.</entry>
+values which are actually different on the hardware.
+</entry>
          </row>
        </tbody>
       </tgroup>