summaryrefslogtreecommitdiff
path: root/drivers/media/platform/ti/davinci/vpif_capture.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2022-08-10 16:01:25 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-29 17:25:08 +0300
commit6be954808abd3342c773b3f50dcc8bb291494712 (patch)
tree0982b40754416626a4bd936a35aa460f37d6db6e /drivers/media/platform/ti/davinci/vpif_capture.h
parenta13f509b1918924aa722cb6c2caeb3f471235cf6 (diff)
downloadlinux-6be954808abd3342c773b3f50dcc8bb291494712.tar.xz
media: platform: ti: avoid using 'videobuf' or 'video-buf'
These terms typically refer to the old version 1 videobuf framework. It is confusing to use them for the vb2 framework, so reword these comments. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Reviewed-by: Lad Prabhakar <prabhakar.csengg@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/platform/ti/davinci/vpif_capture.h')
-rw-r--r--drivers/media/platform/ti/davinci/vpif_capture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/ti/davinci/vpif_capture.h b/drivers/media/platform/ti/davinci/vpif_capture.h
index d5951f61df47..6191056500cf 100644
--- a/drivers/media/platform/ti/davinci/vpif_capture.h
+++ b/drivers/media/platform/ti/davinci/vpif_capture.h
@@ -50,7 +50,7 @@ struct common_obj {
struct vpif_cap_buffer *next_frm;
/* Used to store pixel format */
struct v4l2_format fmt;
- /* Buffer queue used in video-buf */
+ /* Buffer queue used in vb2 */
struct vb2_queue buffer_queue;
/* Queue of filled frames */
struct list_head dma_queue;