]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
media: v4l: subdev: Fix typo in documentation
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 19 Jun 2024 22:53:43 +0000 (01:53 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 26 Jun 2024 06:14:03 +0000 (09:14 +0300)
Replace the incorrect reference to the v4l2_subdev_enable_stream()
function with the correct v4l2_subdev_enable_streams() spelling.

Fixes: d0749adb3070 ("media: v4l2-subdev: Add subdev .(enable|disable)_streams() operations")
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://lore.kernel.org/r/20240619225343.15873-1-laurent.pinchart@ideasonboard.com
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
include/media/v4l2-subdev.h

index 1b74e037e440dd1154ba4f94c37c428074f88bcc..bd235d325ff96cd094bbd693d91f719fe186416b 100644 (file)
@@ -690,7 +690,7 @@ struct v4l2_subdev_pad_config {
  *
  * @pad: pad number
  * @stream: stream number
- * @enabled: has the stream been enabled with v4l2_subdev_enable_stream()
+ * @enabled: has the stream been enabled with v4l2_subdev_enable_streams()
  * @fmt: &struct v4l2_mbus_framefmt
  * @crop: &struct v4l2_rect to be used for crop
  * @compose: &struct v4l2_rect to be used for compose