summaryrefslogtreecommitdiff
path: root/include/media/videobuf2-dvb.h
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil-cisco@xs4all.nl>2022-08-10 15:01:23 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-08-29 15:38:09 +0200
commit3e947c36af524b382827f584dba6d47317394b41 (patch)
tree233a6e4a68f2aff4a43ab5f14a957481a7e77c83 /include/media/videobuf2-dvb.h
parentb02c4a5293521f2f8c4ed1db2012d28802a42696 (diff)
media: vb2: videobuf -> videobuf2
It is confusing to use the term 'videobuf' or 'video-buf' since that usually refers to the old videobuf version 1 framework. Rename to 'videobuf2' or vb2. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'include/media/videobuf2-dvb.h')
-rw-r--r--include/media/videobuf2-dvb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/videobuf2-dvb.h b/include/media/videobuf2-dvb.h
index 8605366ec87c..2d577b945637 100644
--- a/include/media/videobuf2-dvb.h
+++ b/include/media/videobuf2-dvb.h
@@ -24,7 +24,7 @@ struct vb2_dvb {
struct dvb_frontend *frontend;
struct vb2_queue dvbq;
- /* video-buf-dvb state info */
+ /* vb2-dvb state info */
struct mutex lock;
int nfeeds;