Browse Source

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>
Colin Ian King 8 years ago
parent
commit
0c343a35bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/hdmi-codec.c

+ 1 - 1
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;
 	}