diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-02 16:54:48 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 13:24:28 +0300 |
commit | 1473c75e9aaf29f26fced257a26275f7cf10bb51 (patch) | |
tree | 7614126c2c0e16c2af41ddf7b893a5539bdb19f2 /Documentation/media/uapi/v4l/vidioc-encoder-cmd.rst | |
parent | 7e6854a9bfea9ed6553acd0204da5101c9a2e6a0 (diff) | |
download | linux-1473c75e9aaf29f26fced257a26275f7cf10bb51.tar.xz |
media: v4l uAPI: add descriptions for arguments to all ioctls
Several ioctls are missing descriptions for the third argument
of the ioctl() command. They should have a description, as
otherwise the output won't be ok, and will sound like something
is missing.
So, add them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/uapi/v4l/vidioc-encoder-cmd.rst')
-rw-r--r-- | Documentation/media/uapi/v4l/vidioc-encoder-cmd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/media/uapi/v4l/vidioc-encoder-cmd.rst b/Documentation/media/uapi/v4l/vidioc-encoder-cmd.rst index ae20ee573757..5ae8c933b1b9 100644 --- a/Documentation/media/uapi/v4l/vidioc-encoder-cmd.rst +++ b/Documentation/media/uapi/v4l/vidioc-encoder-cmd.rst @@ -29,7 +29,7 @@ Arguments File descriptor returned by :ref:`open() <func-open>`. ``argp`` - + Pointer to struct :c:type:`v4l2_encoder_cmd`. Description =========== |