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:
c21813e
)
[media] media/video: vpif: fixed vpfe->vpif typo
author
Dror Cohen
<
[email protected]
>
Tue, 10 Jul 2012 08:43:22 +0000
(
05:43
-0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Mon, 30 Jul 2012 22:54:41 +0000
(19:54 -0300)
Signed-off-by: Dror Cohen <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/davinci/vpif_capture.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/davinci/vpif_capture.c
b/drivers/media/video/davinci/vpif_capture.c
index 2727919fe2510072f4662dad571b52a8949ca291..266025e5d81d424b90ceedd4a1de6fe9c1d016e8 100644
(file)
--- a/
drivers/media/video/davinci/vpif_capture.c
+++ b/
drivers/media/video/davinci/vpif_capture.c
@@
-810,7
+810,7
@@
static void vpif_config_addr(struct channel_obj *ch, int muxmode)
}
/**
- * vp
fe
_mmap : It is used to map kernel space buffers into user spaces
+ * vp
if
_mmap : It is used to map kernel space buffers into user spaces
* @filep: file pointer
* @vma: ptr to vm_area_struct
*/
@@
-919,7
+919,7
@@
static int vpif_open(struct file *filep)
* vpif_release : function to clean up file close
* @filep: file pointer
*
- * This function deletes buffer queue, frees the buffers and the vp
fe
file
+ * This function deletes buffer queue, frees the buffers and the vp
if
file
* handle
*/
static int vpif_release(struct file *filep)