[media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"
authorColin Ian King <colin.king@canonical.com>
Sun, 14 May 2017 16:47:41 +0000 (13:47 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 13 Jun 2017 17:01:10 +0000 (14:01 -0300)
Trivial fix to spelling mistake in mfc_err error messages

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c

index b41ee60..0913881 100644 (file)
@@ -1293,7 +1293,7 @@ static int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx)
         * First set the output frame buffers
         */
        if (ctx->capture_state != QUEUE_BUFS_MMAPED) {
-               mfc_err("It seems that not all destionation buffers were mmaped\nMFC requires that all destination are mmaped before starting processing\n");
+               mfc_err("It seems that not all destination buffers were mmaped\nMFC requires that all destination are mmaped before starting processing\n");
                return -EAGAIN;
        }
        if (list_empty(&ctx->src_queue)) {
index 85880e9..88dbb9c 100644 (file)
@@ -1650,7 +1650,7 @@ static inline int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx)
         * s5p_mfc_alloc_dec_buffers(ctx); */
 
        if (ctx->capture_state != QUEUE_BUFS_MMAPED) {
-               mfc_err("It seems that not all destionation buffers were\n"
+               mfc_err("It seems that not all destination buffers were\n"
                        "mmaped.MFC requires that all destination are mmaped\n"
                        "before starting processing.\n");
                return -EAGAIN;