Skip to content

Commit

Permalink
[media] media/video: vpif: fixed vpfe->vpif typo
Browse files Browse the repository at this point in the history
Signed-off-by: Dror Cohen <dror@liveu.tv>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Dror Cohen authored and Mauro Carvalho Chehab committed Jul 30, 2012
1 parent c21813e commit 6f45b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/davinci/vpif_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ 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
* @filep: file pointer
* @vma: ptr to vm_area_struct
*/
Expand Down Expand Up @@ -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 vpfe file
* This function deletes buffer queue, frees the buffers and the vpif file
* handle
*/
static int vpif_release(struct file *filep)
Expand Down

0 comments on commit 6f45b1b

Please sign in to comment.