diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/davinci/vpif_capture.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/davinci/vpif_capture.c b/drivers/media/video/davinci/vpif_capture.c index 2727919fe251..266025e5d81d 100644 --- 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) | |||
810 | } | 810 | } |
811 | 811 | ||
812 | /** | 812 | /** |
813 | * vpfe_mmap : It is used to map kernel space buffers into user spaces | 813 | * vpif_mmap : It is used to map kernel space buffers into user spaces |
814 | * @filep: file pointer | 814 | * @filep: file pointer |
815 | * @vma: ptr to vm_area_struct | 815 | * @vma: ptr to vm_area_struct |
816 | */ | 816 | */ |
@@ -919,7 +919,7 @@ static int vpif_open(struct file *filep) | |||
919 | * vpif_release : function to clean up file close | 919 | * vpif_release : function to clean up file close |
920 | * @filep: file pointer | 920 | * @filep: file pointer |
921 | * | 921 | * |
922 | * This function deletes buffer queue, frees the buffers and the vpfe file | 922 | * This function deletes buffer queue, frees the buffers and the vpif file |
923 | * handle | 923 | * handle |
924 | */ | 924 | */ |
925 | static int vpif_release(struct file *filep) | 925 | static int vpif_release(struct file *filep) |