Skip to content

Commit 2f50116

Browse files
cowilemchehab
authored andcommitted
media: v4l2: Correct kernel-doc inconsistency
Silence documentation build warnings by correcting kernel-doc comment v4l2_subdev_get_fwnode_pad_1_to_1 function ./include/media/v4l2-subdev.h:1045: warning: Function parameter or member 'entity' not described in 'v4l2_subdev_get_fwnode_pad_1_to_1' ./include/media/v4l2-subdev.h:1045: warning: Function parameter or member 'endpoint' not described in 'v4l2_subdev_get_fwnode_pad_1_to_1' Signed-off-by: Colton Lewis <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 6d10fc2 commit 2f50116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/media/v4l2-subdev.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,8 +1032,8 @@ static inline void *v4l2_get_subdev_hostdata(const struct v4l2_subdev *sd)
10321032
* v4l2_subdev_get_fwnode_pad_1_to_1 - Get pad number from a subdev fwnode
10331033
* endpoint, assuming 1:1 port:pad
10341034
*
1035-
* @entity - Pointer to the subdev entity
1036-
* @endpoint - Pointer to a parsed fwnode endpoint
1035+
* @entity: Pointer to the subdev entity
1036+
* @endpoint: Pointer to a parsed fwnode endpoint
10371037
*
10381038
* This function can be used as the .get_fwnode_pad operation for
10391039
* subdevices that map port numbers and pad indexes 1:1. If the endpoint

0 commit comments

Comments
 (0)