summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorNicolas THERY <nicolas.thery@st.com>2012-07-20 09:25:37 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-30 20:40:29 -0300
commit53aa3b19c584faf0ea6e4cc910a9ff4ac31e2390 (patch)
treeb942889fc4f095db69b3bcfb3364502f88d75e6c /drivers/media
parentf088ccd6404ca5966104afcae319384f41a0b8cb (diff)
downloadop-kernel-dev-53aa3b19c584faf0ea6e4cc910a9ff4ac31e2390.zip
op-kernel-dev-53aa3b19c584faf0ea6e4cc910a9ff4ac31e2390.tar.gz
[media] v4l: fix copy/paste typo in vb2_reqbufs comment
Signed-off-by: Nicolas Thery <nicolas.thery@st.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/videobuf2-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/videobuf2-core.c b/drivers/media/video/videobuf2-core.c
index 4e0290a..268c7dd 100644
--- a/drivers/media/video/videobuf2-core.c
+++ b/drivers/media/video/videobuf2-core.c
@@ -715,8 +715,8 @@ static int __create_bufs(struct vb2_queue *q, struct v4l2_create_buffers *create
}
/**
- * vb2_reqbufs() - Wrapper for __reqbufs() that also verifies the memory and
- * type values.
+ * vb2_create_bufs() - Wrapper for __create_bufs() that also verifies the
+ * memory and type values.
* @q: videobuf2 queue
* @create: creation parameters, passed from userspace to vidioc_create_bufs
* handler in driver
OpenPOWER on IntegriCloud