media: platform: fix several typos
[sfrench/cifs-2.6.git] / drivers / media / platform / s5p-mfc / s5p_mfc_opr_v5.c
index 0913881219ffc597f2cbc606717a252bab909bc8..6144e95f64256da99d2e51d0a2018f90bb43631b 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 destination buffers were mmaped\nMFC requires that all destination are mmaped before starting processing\n");
+               mfc_err("It seems that not all destination buffers were mmapped\nMFC requires that all destination are mmapped before starting processing\n");
                return -EAGAIN;
        }
        if (list_empty(&ctx->src_queue)) {