All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media/video: vpif: fixed vpfe->vpif typo
@ 2012-07-10  9:43 Dror Cohen
  2012-07-10  9:43 ` Dror Cohen
  0 siblings, 1 reply; 2+ messages in thread
From: Dror Cohen @ 2012-07-10  9:43 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, nsekhar, davinci-linux-open-source

This patch fixes two typos in function documentation from vpfe to vpif


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] media/video: vpif: fixed vpfe->vpif typo
  2012-07-10  9:43 [PATCH] media/video: vpif: fixed vpfe->vpif typo Dror Cohen
@ 2012-07-10  9:43 ` Dror Cohen
  0 siblings, 0 replies; 2+ messages in thread
From: Dror Cohen @ 2012-07-10  9:43 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, nsekhar, davinci-linux-open-source, Dror Cohen


Signed-off-by: Dror Cohen <dror@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
@@ -703,7 +703,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
  */
@@ -812,7 +812,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)
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-10  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10  9:43 [PATCH] media/video: vpif: fixed vpfe->vpif typo Dror Cohen
2012-07-10  9:43 ` Dror Cohen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.