Skip to content

Commit 1059b68

Browse files
baruchsiachmchehab
authored andcommitted
[media] v4l2-subdev.h: fix v4l2_subdev_pad_config documentation
The fields of v4l2_subdev_pad_config are not pointers. Fixes: 21c29de ("[media] v4l2-subdev.h: Improve documentation") Cc: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Baruch Siach <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 4c17163 commit 1059b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/media/v4l2-subdev.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,9 @@ struct v4l2_subdev_ir_ops {
592592
/**
593593
* struct v4l2_subdev_pad_config - Used for storing subdev pad information.
594594
*
595-
* @try_fmt: pointer to &struct v4l2_mbus_framefmt
596-
* @try_crop: pointer to &struct v4l2_rect to be used for crop
597-
* @try_compose: pointer to &struct v4l2_rect to be used for compose
595+
* @try_fmt: &struct v4l2_mbus_framefmt
596+
* @try_crop: &struct v4l2_rect to be used for crop
597+
* @try_compose: &struct v4l2_rect to be used for compose
598598
*
599599
* This structure only needs to be passed to the pad op if the 'which' field
600600
* of the main argument is set to %V4L2_SUBDEV_FORMAT_TRY. For

0 commit comments

Comments
 (0)