From: Colin Ian King <colin.k...@canonical.com>

There is a spelling mistake in a dev_warn message. Fix this.

Signed-off-by: Colin Ian King <colin.k...@canonical.com>
---
 sound/soc/mediatek/common/mtk-btcvsd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/mediatek/common/mtk-btcvsd.c 
b/sound/soc/mediatek/common/mtk-btcvsd.c
index 349a9120a0dd..e408c1b270ab 100644
--- a/sound/soc/mediatek/common/mtk-btcvsd.c
+++ b/sound/soc/mediatek/common/mtk-btcvsd.c
@@ -1309,7 +1309,7 @@ static int mtk_btcvsd_snd_probe(struct platform_device 
*pdev)
                                         offset,
                                         ARRAY_SIZE(offset));
        if (ret) {
-               dev_warn(dev, "%s(), get offest fail, ret %d\n", __func__, ret);
+               dev_warn(dev, "%s(), get offset fail, ret %d\n", __func__, ret);
                return ret;
        }
        btcvsd->infra_misc_offset = offset[0];
-- 
2.20.1

Reply via email to