Message ID | 20230418105924.126608-1-tomi.valkeinen@ideasonboard.com |
---|---|
State | Accepted |
Commit | b37a356df86b9e56d30cef4673cba2621c7b7a1e |
Headers | show |
Series | media: v4l2-subdev: Fix missing kerneldoc for client_caps | expand |
On Tue, Apr 18, 2023 at 05:33:30PM +0300, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Tue, Apr 18, 2023 at 01:59:24PM +0300, Tomi Valkeinen wrote: > > 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> Thanks! Added: Fixes: f57fa2959244 ("media: v4l2-subdev: Add new ioctl for client capabilities")
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index cfd19e72d0fc..9d0a6a993fb0 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;
Add missing kernel doc for the new 'client_caps' field in struct v4l2_subdev_fh. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> --- include/media/v4l2-subdev.h | 1 + 1 file changed, 1 insertion(+)