diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-01 14:33:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-01 14:54:30 -0300 |
commit | 2212ff259f713ae5bfc6b95a99ebe9d43e9dc35c (patch) | |
tree | b5b435e6ff6531fe95e4c9f6a80078a17ed0cdfd /Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst | |
parent | 7347081e8a52d1aa0c04d2dfd6e1e0b0bd59758e (diff) | |
download | lwn-2212ff259f713ae5bfc6b95a99ebe9d43e9dc35c.tar.gz lwn-2212ff259f713ae5bfc6b95a99ebe9d43e9dc35c.zip |
doc-rst: linux_tv: convert lots of consts to references
There were lots of consts at the media docbook that should
be, instead, references. Convert the ones that can easily
be done by an automatic script.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst')
-rw-r--r-- | Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst b/Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst index 8a7fa1c0facf..cc7cf06e74ee 100644 --- a/Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst +++ b/Documentation/linux_tv/media/v4l/vidioc-g-dv-timings.rst @@ -36,8 +36,8 @@ Description =========== To set DV timings for the input or output, applications use the -``VIDIOC_S_DV_TIMINGS`` ioctl and to get the current timings, -applications use the ``VIDIOC_G_DV_TIMINGS`` ioctl. The detailed timing +:ref:`VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>` ioctl and to get the current timings, +applications use the :ref:`VIDIOC_G_DV_TIMINGS` ioctl. The detailed timing information is filled in using the structure struct :ref:`v4l2_dv_timings <v4l2-dv-timings>`. These ioctls take a pointer to the struct :ref:`v4l2_dv_timings <v4l2-dv-timings>` @@ -59,7 +59,7 @@ appropriately. The generic error codes are described at the :ref:`Generic Error Codes <gen-errors>` chapter. EINVAL - This ioctl is not supported, or the ``VIDIOC_S_DV_TIMINGS`` + This ioctl is not supported, or the :ref:`VIDIOC_S_DV_TIMINGS <VIDIOC_G_DV_TIMINGS>` parameter was unsuitable. ENODATA |