media: staging/media/omap4iss/iss_video.c: videobuf -> vb2
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 10 Aug 2022 13:01:26 +0000 (15:01 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 29 Aug 2022 14:26:13 +0000 (16:26 +0200)
Rename 'videobuf' to 'vb2' in the comment. This avoids confusing
terminology since 'videobuf' typically refers to the old vb1
framework.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/omap4iss/iss_video.c

index 9512cd3314f2b28ad0760c79977f53c76bd0f22c..842509dcfedff53915473378511b3196ae006c5f 100644 (file)
@@ -843,7 +843,7 @@ iss_video_dqbuf(struct file *file, void *fh, struct v4l2_buffer *b)
  * processing might be possible but requires more testing.
  *
  * Stream start must be delayed until buffers are available at both the input
- * and output. The pipeline must be started in the videobuf queue callback with
+ * and output. The pipeline must be started in the vb2 queue callback with
  * the buffers queue spinlock held. The modules subdev set stream operation must
  * not sleep.
  */