Skip to content

Commit 6c4ef82

Browse files
ColinIanKingHans Verkuil
authored andcommitted
media: mediatek: vcodec: fix spelling mistake "resonable" -> "reasonable"
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>
1 parent 292f83d commit 6c4ef82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_scp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct mtk_vcodec_fw *mtk_vcodec_fw_scp_init(void *priv, enum mtk_vcodec_fw_use
6868

6969
plat_dev = dec_dev->plat_dev;
7070
} else {
71-
pr_err("Invalid fw_use %d (use a resonable fw id here)\n", fw_use);
71+
pr_err("Invalid fw_use %d (use a reasonable fw id here)\n", fw_use);
7272
return ERR_PTR(-EINVAL);
7373
}
7474

drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_vpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct mtk_vcodec_fw *mtk_vcodec_fw_vpu_init(void *priv, enum mtk_vcodec_fw_use
109109
plat_dev = dec_dev->plat_dev;
110110
rst_id = VPU_RST_DEC;
111111
} else {
112-
pr_err("Invalid fw_use %d (use a resonable fw id here)\n", fw_use);
112+
pr_err("Invalid fw_use %d (use a reasonable fw id here)\n", fw_use);
113113
return ERR_PTR(-EINVAL);
114114
}
115115

0 commit comments

Comments
 (0)