public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: v4l2-subdev: Fix missing kerneldoc for client_caps
@ 2023-04-18 10:59 Tomi Valkeinen
  2023-04-18 14:33 ` Laurent Pinchart
  2023-05-18  8:41 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 6+ messages in thread
From: Tomi Valkeinen @ 2023-04-18 10:59 UTC (permalink / raw)
  To: linux-media, Mauro Carvalho Chehab, Laurent Pinchart,
	Sakari Ailus, Hans Verkuil, Jacopo Mondi
  Cc: Tomi Valkeinen

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(+)

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;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-05-19  7:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-18 10:59 [PATCH] media: v4l2-subdev: Fix missing kerneldoc for client_caps Tomi Valkeinen
2023-04-18 14:33 ` Laurent Pinchart
2023-05-08 10:00   ` Sakari Ailus
2023-05-18  8:41 ` Mauro Carvalho Chehab
2023-05-18 11:22   ` Tomi Valkeinen
2023-05-19  7:47   ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox