ASoC: amd: fix spelling mistake "Inavlid" -> "Invalid"
authorColin Ian King <colin.king@canonical.com>
Fri, 16 Nov 2018 13:39:43 +0000 (13:39 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 17 Nov 2018 03:10:04 +0000 (19:10 -0800)
There is a spelling mistake in a dev_err message. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/raven/pci-acp3x.c

index ef805e7..c28457f 100644 (file)
@@ -105,7 +105,7 @@ static int snd_acp3x_probe(struct pci_dev *pci,
                }
                break;
        default:
-               dev_err(&pci->dev, "Inavlid ACP audio mode : %d\n", val);
+               dev_err(&pci->dev, "Invalid ACP audio mode : %d\n", val);
                ret = -ENODEV;
                goto unmap_mmio;
        }