diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-08-10 15:01:26 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-08-29 16:26:13 +0200 |
commit | 77423a62db082793f14860c938ebe2b316fe1aae (patch) | |
tree | a2d259ac1af776076671bf7c5ab7dd82d7c9eafe /drivers | |
parent | media: platform: ti: avoid using 'videobuf' or 'video-buf' (diff) | |
download | linux-77423a62db082793f14860c938ebe2b316fe1aae.tar.xz linux-77423a62db082793f14860c938ebe2b316fe1aae.zip |
media: staging/media/omap4iss/iss_video.c: videobuf -> vb2
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/media/omap4iss/iss_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/omap4iss/iss_video.c b/drivers/staging/media/omap4iss/iss_video.c index 9512cd3314f2..842509dcfedf 100644 --- a/drivers/staging/media/omap4iss/iss_video.c +++ b/drivers/staging/media/omap4iss/iss_video.c @@ -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. */ |