10 Jul 2012 11:43
10 Jul 2012 11:43
[PATCH] media/video: vpif: fixed vpfe->vpif typo
Dror Cohen <dror <at> liveu.tv>
2012-07-10 09:43:22 GMT
2012-07-10 09:43:22 GMT
Signed-off-by: Dror Cohen <dror <at> liveu.tv> --- drivers/media/video/davinci/vpif_capture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/davinci/vpif_capture.c b/drivers/media/video/davinci/vpif_capture.c index 9604695..ce334e2 100644 --- a/drivers/media/video/davinci/vpif_capture.c +++ b/drivers/media/video/davinci/vpif_capture.c <at> <at> -703,7 +703,7 <at> <at> static void vpif_config_addr(struct channel_obj *ch, int muxmode) } /** - * vpfe_mmap : It is used to map kernel space buffers into user spaces + * vpif_mmap : It is used to map kernel space buffers into user spaces * <at> filep: file pointer * <at> vma: ptr to vm_area_struct */ <at> <at> -812,7 +812,7 <at> <at> static int vpif_open(struct file *filep) * vpif_release : function to clean up file close * <at> filep: file pointer * - * This function deletes buffer queue, frees the buffers and the vpfe file + * This function deletes buffer queue, frees the buffers and the vpif file * handle */ static int vpif_release(struct file *filep) -- -- 1.7.9.5(Continue reading)
RSS Feed