Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Colin Ian King and committed by
Hans Verkuil
6c4ef828 292f83dc

+2 -2
+1 -1
drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_scp.c
··· 68 68 69 69 plat_dev = dec_dev->plat_dev; 70 70 } 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); 72 72 return ERR_PTR(-EINVAL); 73 73 } 74 74
+1 -1
drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_vpu.c
··· 109 109 plat_dev = dec_dev->plat_dev; 110 110 rst_id = VPU_RST_DEC; 111 111 } 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); 113 113 return ERR_PTR(-EINVAL); 114 114 } 115 115