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>

authored by Tomi Valkeinen and committed by Mauro Carvalho Chehab b37a356d 6970888d

Changed files
+1
include
+1
include/media/v4l2-subdev.h
··· 1119 1119 * @vfh: pointer to &struct v4l2_fh 1120 1120 * @state: pointer to &struct v4l2_subdev_state 1121 1121 * @owner: module pointer to the owner of this file handle 1122 + * @client_caps: bitmask of ``V4L2_SUBDEV_CLIENT_CAP_*`` 1122 1123 */ 1123 1124 struct v4l2_subdev_fh { 1124 1125 struct v4l2_fh vfh;