]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] s5p-mfc: fix typo in s5p_mfc_dec function comment
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 9 Jun 2016 01:57:34 +0000 (22:57 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Jul 2016 17:26:26 +0000 (14:26 -0300)
The function comment has an obvious typo error, so fix it.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c

index a01a373a4c4f570e2c83bbd3e4bc50dfeabc370b..8e2ee1a0df2b31926ebabb7952d4d58fad00b09d 100644 (file)
@@ -564,7 +564,7 @@ static int reqbufs_capture(struct s5p_mfc_dev *dev, struct s5p_mfc_ctx *ctx,
        return ret;
 }
 
-/* Reqeust buffers */
+/* Request buffers */
 static int vidioc_reqbufs(struct file *file, void *priv,
                                          struct v4l2_requestbuffers *reqbufs)
 {