diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2021-02-08 11:33:14 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-08-04 14:43:50 +0200 |
commit | 6f8f9fdec8e4615a2cf539bbcad400d4b3a39070 (patch) | |
tree | 007ea11c8f7de30e98561ad654b2ebe52efc07c7 /Documentation/userspace-api | |
parent | b9a543364299e09ba236c69acb021ebbf7cebf1a (diff) | |
download | linux-stable-6f8f9fdec8e4615a2cf539bbcad400d4b3a39070.tar.gz linux-stable-6f8f9fdec8e4615a2cf539bbcad400d4b3a39070.tar.bz2 linux-stable-6f8f9fdec8e4615a2cf539bbcad400d4b3a39070.zip |
media: Documentation: media: Fix v4l2-async kerneldoc syntax
Fix kerneldoc syntax in v4l2-async. The references were not produced
correctly.
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r-- | Documentation/userspace-api/media/v4l/ext-ctrls-image-process.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/userspace-api/media/v4l/ext-ctrls-image-process.rst b/Documentation/userspace-api/media/v4l/ext-ctrls-image-process.rst index 37dad2f4df8c..ed65fb594cc8 100644 --- a/Documentation/userspace-api/media/v4l/ext-ctrls-image-process.rst +++ b/Documentation/userspace-api/media/v4l/ext-ctrls-image-process.rst @@ -37,6 +37,8 @@ Image Process Control IDs by selecting the desired horizontal and vertical blanking. The unit of this control is Hz. +.. _v4l2-cid-pixel-rate: + ``V4L2_CID_PIXEL_RATE (64-bit integer)`` Pixel rate in the source pads of the subdev. This control is read-only and its unit is pixels / second. |