Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wolfram Sang and committed by
Mauro Carvalho Chehab
aab7b7d1 0d962e06

+1 -1
+1 -1
include/media/v4l2-subdev.h
··· 1090 1090 * @sd: pointer to the &struct v4l2_subdev 1091 1091 * @o: name of the element at &struct v4l2_subdev_ops that contains @f. 1092 1092 * Each element there groups a set of callbacks functions. 1093 - * @f: callback function that will be called if @cond matches. 1093 + * @f: callback function to be called. 1094 1094 * The callback functions are defined in groups, according to 1095 1095 * each element at &struct v4l2_subdev_ops. 1096 1096 * @args...: arguments for @f.