Skip to content

Commit b37a356

Browse files
tombamchehab
authored andcommitted
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 <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Fixes: f57fa29 ("media: v4l2-subdev: Add new ioctl for client capabilities") Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 6970888 commit b37a356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/media/v4l2-subdev.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,7 @@ struct v4l2_subdev {
11191119
* @vfh: pointer to &struct v4l2_fh
11201120
* @state: pointer to &struct v4l2_subdev_state
11211121
* @owner: module pointer to the owner of this file handle
1122+
* @client_caps: bitmask of ``V4L2_SUBDEV_CLIENT_CAP_*``
11221123
*/
11231124
struct v4l2_subdev_fh {
11241125
struct v4l2_fh vfh;

0 commit comments

Comments
 (0)