mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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: f57fa29592
("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>
This commit is contained in:
parent
6970888d38
commit
b37a356df8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user