All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for 3.6] v4l: fix copy/paste typo in vb2_reqbufs comment
@ 2012-07-20 13:25 Nicolas THERY
  0 siblings, 0 replies; only message in thread
From: Nicolas THERY @ 2012-07-20 13:25 UTC (permalink / raw)
  To: linux-media@vger.kernel.org

Signed-off-by: Nicolas Thery <nicolas.thery@st.com>
---
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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-20 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20 13:25 [PATCH for 3.6] v4l: fix copy/paste typo in vb2_reqbufs comment Nicolas THERY

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.