aboutsummaryrefslogtreecommitdiff
path: root/include/media/v4l2-subdev.h
diff options
context:
space:
mode:
authorGravatar Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> 2023-05-22 11:52:45 +0100
committerGravatar Mauro Carvalho Chehab <mchehab@kernel.org> 2023-06-02 18:46:09 +0100
commitb37a356df86b9e56d30cef4673cba2621c7b7a1e (patch)
treebf4bc614d77c358e70765a035ea27c918381e681 /include/media/v4l2-subdev.h
parentmedia: staging: media: imx: initialize hs_settle to avoid warning (diff)
downloadlinux-b37a356df86b9e56d30cef4673cba2621c7b7a1e.tar.gz
linux-b37a356df86b9e56d30cef4673cba2621c7b7a1e.tar.bz2
linux-b37a356df86b9e56d30cef4673cba2621c7b7a1e.zip
media: v4l2-subdev: Fix missing kerneldoc for client_caps
Add missing kernel doc for the new 'client_caps' field in struct v4l2_subdev_fh. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Fixes: f57fa2959244 ("media: v4l2-subdev: Add new ioctl for client capabilities") Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'include/media/v4l2-subdev.h')
-rw-r--r--include/media/v4l2-subdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h
index cfd19e72d0fc..b325df0d54d6 100644
--- a/include/media/v4l2-subdev.h
+++ b/include/media/v4l2-subdev.h
@@ -1119,6 +1119,7 @@ struct v4l2_subdev {
* @vfh: pointer to &struct v4l2_fh
* @state: pointer to &struct v4l2_subdev_state
* @owner: module pointer to the owner of this file handle
+ * @client_caps: bitmask of ``V4L2_SUBDEV_CLIENT_CAP_*``
*/
struct v4l2_subdev_fh {
struct v4l2_fh vfh;