summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRicardo Ribalda <ribalda@chromium.org>2026-06-10 16:20:08 +0000
committerHans Verkuil <hverkuil+cisco@kernel.org>2026-06-28 22:29:48 +0200
commite9c44d4eccc735b9b3a2c7e6324207d5ccb2d821 (patch)
tree22c7e105659067ee720f73a2ed4a4d0d5c9b5433 /include
parent9ec2b44b2ec155cc1496d8470b349fd484529e81 (diff)
downloadlinux-next-e9c44d4eccc735b9b3a2c7e6324207d5ccb2d821.tar.gz
linux-next-e9c44d4eccc735b9b3a2c7e6324207d5ccb2d821.zip
media: mc-entity: Add missing kerneldoc
The argument args is not documented, and the latest kernel version complains about that. This fixes the following warning: Warning: include/media/media-entity.h:1394 function parameter 'args' not described in 'media_entity_call' Fixes: 48a7c4bac94d ("[media] docs-rst: improve the kAPI documentation for the mediactl") Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/media/media-entity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h
index d9b72cd87d52..fa393e840669 100644
--- a/include/media/media-entity.h
+++ b/include/media/media-entity.h
@@ -1387,6 +1387,7 @@ void media_remove_intf_links(struct media_interface *intf);
* @entity: entity where the @operation will be called
* @operation: type of the operation. Should be the name of a member of
* struct &media_entity_operations.
+ * @args: arguments for the operation.
*
* This helper function will check if @operation is not %NULL. On such case,
* it will issue a call to @operation\(@entity, @args\).