[PATCH 1/2] [media] s5p-mfc: fix typo in s5p_mfc_dec function comment

Javier Martinez Canillas javier at osg.samsung.com
Wed Jun 8 18:57:34 PDT 2016


The function comment has an obvious typo error, so fix it.

Signed-off-by: Javier Martinez Canillas <javier at osg.samsung.com>
---

 drivers/media/platform/s5p-mfc/s5p_mfc_dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
index a01a373a4c4f..8e2ee1a0df2b 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
@@ -564,7 +564,7 @@ out:
 	return ret;
 }
 
-/* Reqeust buffers */
+/* Request buffers */
 static int vidioc_reqbufs(struct file *file, void *priv,
 					  struct v4l2_requestbuffers *reqbufs)
 {
-- 
2.5.5




More information about the linux-arm-kernel mailing list