media: mediatek: vcodec: fix spelling mistake "resonable" -> "reasonable"
authorColin Ian King <colin.i.king@gmail.com>
Tue, 15 Aug 2023 12:14:46 +0000 (13:14 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 27 Sep 2023 07:40:01 +0000 (09:40 +0200)
There are a couple of spelling mistakes in pr_err error messages. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_scp.c
drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_vpu.c

index 9e744d07a1e8eab245d6bafec65f61acc3af497e..6bbe55de6ce9ac1a96c3dac21dd45ebde45842ef 100644 (file)
@@ -68,7 +68,7 @@ struct mtk_vcodec_fw *mtk_vcodec_fw_scp_init(void *priv, enum mtk_vcodec_fw_use
 
                plat_dev = dec_dev->plat_dev;
        } else {
-               pr_err("Invalid fw_use %d (use a resonable fw id here)\n", fw_use);
+               pr_err("Invalid fw_use %d (use a reasonable fw id here)\n", fw_use);
                return ERR_PTR(-EINVAL);
        }
 
index 5e03b08865599a8a7848ded68f030a926a415287..9f6e4b59455dab9fcd392633103e4a85a15c1364 100644 (file)
@@ -109,7 +109,7 @@ struct mtk_vcodec_fw *mtk_vcodec_fw_vpu_init(void *priv, enum mtk_vcodec_fw_use
                plat_dev = dec_dev->plat_dev;
                rst_id = VPU_RST_DEC;
        } else {
-               pr_err("Invalid fw_use %d (use a resonable fw id here)\n", fw_use);
+               pr_err("Invalid fw_use %d (use a reasonable fw id here)\n", fw_use);
                return ERR_PTR(-EINVAL);
        }