[media] s5p-mfc: fix spelling mistake: "destionation" -> "destination"
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>
This commit is contained in:
parent
17d716e926
commit
5ebbdf60d1
|
@ -1293,7 +1293,7 @@ static int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx)
|
||||||
* First set the output frame buffers
|
* First set the output frame buffers
|
||||||
*/
|
*/
|
||||||
if (ctx->capture_state != QUEUE_BUFS_MMAPED) {
|
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;
|
return -EAGAIN;
|
||||||
}
|
}
|
||||||
if (list_empty(&ctx->src_queue)) {
|
if (list_empty(&ctx->src_queue)) {
|
||||||
|
|
|
@ -1650,7 +1650,7 @@ static inline int s5p_mfc_run_init_dec_buffers(struct s5p_mfc_ctx *ctx)
|
||||||
* s5p_mfc_alloc_dec_buffers(ctx); */
|
* s5p_mfc_alloc_dec_buffers(ctx); */
|
||||||
|
|
||||||
if (ctx->capture_state != QUEUE_BUFS_MMAPED) {
|
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"
|
"mmaped.MFC requires that all destination are mmaped\n"
|
||||||
"before starting processing.\n");
|
"before starting processing.\n");
|
||||||
return -EAGAIN;
|
return -EAGAIN;
|
||||||
|
|
Loading…
Reference in New Issue