diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-08-10 15:01:23 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2022-08-29 15:38:09 +0200 |
commit | 3e947c36af524b382827f584dba6d47317394b41 (patch) | |
tree | 233a6e4a68f2aff4a43ab5f14a957481a7e77c83 /include/media/videobuf2-dvb.h | |
parent | media: media/pci/ngene/ngene.h: remove #ifdef NGENE_V4L (diff) | |
download | linux-3e947c36af524b382827f584dba6d47317394b41.tar.xz linux-3e947c36af524b382827f584dba6d47317394b41.zip |
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.h | 2 |
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; |