diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-30 23:55:17 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-09 14:38:57 +0200 |
commit | daf3a4f751d3d08ebee539aab991e8d94cd1a01e (patch) | |
tree | af64c4a516fd83f2924a7cffe1a324e0cb276909 /Documentation/media/kapi/v4l2-dev.rst | |
parent | [media] v4l2-ioctl.h: document the remaining functions (diff) | |
download | linux-daf3a4f751d3d08ebee539aab991e8d94cd1a01e.tar.xz linux-daf3a4f751d3d08ebee539aab991e8d94cd1a01e.zip |
[media] v4l2-dev.rst: fix a broken c domain reference
The "struct" were inside the reference, causing it to break.
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/kapi/v4l2-dev.rst')
-rw-r--r-- | Documentation/media/kapi/v4l2-dev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/kapi/v4l2-dev.rst b/Documentation/media/kapi/v4l2-dev.rst index 5782be725334..0a3b4503a89f 100644 --- a/Documentation/media/kapi/v4l2-dev.rst +++ b/Documentation/media/kapi/v4l2-dev.rst @@ -56,7 +56,7 @@ You should also set these fields of :c:type:`video_device`: :c:type:`video_device`->vfl_dir fields are used to disable ops that do not match the type/dir combination. E.g. VBI ops are disabled for non-VBI nodes, and output ops are disabled for a capture device. This makes it possible to - provide just one :c:type:`v4l2_ioctl_ops struct` for both vbi and + provide just one :c:type:`v4l2_ioctl_ops` struct for both vbi and video nodes. - :c:type:`video_device`->lock: leave to ``NULL`` if you want to do all the |