summaryrefslogtreecommitdiffstats
path: root/drivers/media/test-drivers
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2022-08-10 15:01:27 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-29 16:27:18 +0200
commitf068a6cec0fbdc479a9776923eb772d76c3948cd (patch)
tree4f9006d824cfc09640cde17e2b7b23193ebf151e /drivers/media/test-drivers
parentmedia: staging/media/omap4iss/iss_video.c: videobuf -> vb2 (diff)
downloadlinux-f068a6cec0fbdc479a9776923eb772d76c3948cd.tar.xz
linux-f068a6cec0fbdc479a9776923eb772d76c3948cd.zip
media: avoid use of 'videobuf'
The term 'videobuf' typically refers to the old videobuf version 1 framework. Avoid using this word in drivers that are converted to vb2. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/test-drivers')
-rw-r--r--drivers/media/test-drivers/vim2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/test-drivers/vim2m.c b/drivers/media/test-drivers/vim2m.c
index 47575490e74a..7964426bf2f7 100644
--- a/drivers/media/test-drivers/vim2m.c
+++ b/drivers/media/test-drivers/vim2m.c
@@ -2,7 +2,7 @@
/*
* A virtual v4l2-mem2mem example device.
*
- * This is a virtual device driver for testing mem-to-mem videobuf framework.
+ * This is a virtual device driver for testing mem-to-mem vb2 framework.
* It simulates a device that uses memory buffers for both source and
* destination, processes the data and issues an "irq" (simulated by a delayed
* workqueue).