[media] media: s5p-mfc Fix misspelled error message and checkpatch errors
authorShuah Khan <shuahkh@osg.samsung.com>
Tue, 12 Jul 2016 17:28:30 +0000 (14:28 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 24 Aug 2016 16:31:51 +0000 (13:31 -0300)
commit8fe47dca12011d3afebf85cb9837c22e346af243
tree615cd58c4e161cdf0fe62d728107ae3490bb0407
parent05b72d439208f94ad2333d6323835f89890a3a9f
[media] media: s5p-mfc Fix misspelled error message and checkpatch errors

Fix misspelled error message and existing checkpatch errors in the
error message conditional.

WARNING: suspect code indent for conditional statements (8, 24)
        if (ctx->state != MFCINST_HEAD_PARSED &&
[...]
        mfc_err("Can not get crop information\n");

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.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_dec.c