mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
media: v4l2-subdev: remove wrong @cond from kdocs
v4l2_subdev_call() is unconditional, so don't mention in the docs a @cond parameter which does not exist. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
0d962e061a
commit
aab7b7d19d
@ -1090,7 +1090,7 @@ extern const struct v4l2_subdev_ops v4l2_subdev_call_wrappers;
|
||||
* @sd: pointer to the &struct v4l2_subdev
|
||||
* @o: name of the element at &struct v4l2_subdev_ops that contains @f.
|
||||
* Each element there groups a set of callbacks functions.
|
||||
* @f: callback function that will be called if @cond matches.
|
||||
* @f: callback function to be called.
|
||||
* The callback functions are defined in groups, according to
|
||||
* each element at &struct v4l2_subdev_ops.
|
||||
* @args...: arguments for @f.
|
||||
|
Loading…
Reference in New Issue
Block a user