Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
77423a62 6be95480

+1 -1
+1 -1
drivers/staging/media/omap4iss/iss_video.c
··· 843 843 * processing might be possible but requires more testing. 844 844 * 845 845 * Stream start must be delayed until buffers are available at both the input 846 - * and output. The pipeline must be started in the videobuf queue callback with 846 + * and output. The pipeline must be started in the vb2 queue callback with 847 847 * the buffers queue spinlock held. The modules subdev set stream operation must 848 848 * not sleep. 849 849 */