From: Javier Martinez Canillas Date: Thu, 9 Jun 2016 01:57:34 +0000 (-0300) Subject: [media] s5p-mfc: fix typo in s5p_mfc_dec function comment X-Git-Tag: v4.8-rc1~152^2~204 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e4be1253fd9833667c0b1c959b66afec7d54dc2f;p=karo-tx-linux.git [media] s5p-mfc: fix typo in s5p_mfc_dec function comment The function comment has an obvious typo error, so fix it. Signed-off-by: Javier Martinez Canillas Signed-off-by: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- 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) {