diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-05-14 18:53:21 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-17 11:24:10 +0200 |
commit | 0c343a35bfecdf26c7041781815f3b639a45d93a (patch) | |
tree | b98da23dfcd343a7e99430e3f20c75ea51e44182 /sound/soc/codecs | |
parent | Linux 4.12-rc1 (diff) | |
download | linux-0c343a35bfecdf26c7041781815f3b639a45d93a.tar.xz linux-0c343a35bfecdf26c7041781815f3b639a45d93a.zip |
ASoC: hdmi-codec: fix spelling mistake: "deteced" -> "detected"
Trivial fix to spelling mistake in dev_err message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/hdmi-codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c index 8c5ae1fc23a9..a3f15149afcf 100644 --- a/sound/soc/codecs/hdmi-codec.c +++ b/sound/soc/codecs/hdmi-codec.c @@ -819,7 +819,7 @@ static int hdmi_codec_probe(struct platform_device *pdev) mutex_unlock(&hdmi_mutex); if (hd->cnt >= ARRAY_SIZE(hdmi_dai_name)) { - dev_err(dev, "too many hdmi codec are deteced\n"); + dev_err(dev, "too many hdmi codec are detected\n"); return -EINVAL; } |