projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f088ccd
)
[media] v4l: fix copy/paste typo in vb2_reqbufs comment
author
Nicolas THERY
<nicolas.thery@st.com>
Fri, 20 Jul 2012 12:25:37 +0000
(09:25 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 30 Jul 2012 23:40:29 +0000
(20:40 -0300)
Signed-off-by: Nicolas Thery <nicolas.thery@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/videobuf2-core.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/videobuf2-core.c
b/drivers/media/video/videobuf2-core.c
index 4e0290ab50716113f449a9326e1761400412654d..268c7dd4f8231ebc2f3ca033bfea4bbc689f07f7 100644
(file)
--- 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