diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-11-16 14:39:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-17 04:10:04 +0100 |
commit | 00347e4ea8ca4c6ed5e254d7cebad0917175a07e (patch) | |
tree | 83238020053572c89a574fd0849e4ab88aa983af /sound/soc/amd | |
parent | ASoC: qcom: clean up indentation, remove extraneous tab (diff) | |
download | linux-00347e4ea8ca4c6ed5e254d7cebad0917175a07e.tar.xz linux-00347e4ea8ca4c6ed5e254d7cebad0917175a07e.zip |
ASoC: amd: fix spelling mistake "Inavlid" -> "Invalid"
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>
Diffstat (limited to 'sound/soc/amd')
-rw-r--r-- | sound/soc/amd/raven/pci-acp3x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/raven/pci-acp3x.c b/sound/soc/amd/raven/pci-acp3x.c index ef805e71a98f..c28457fd9b81 100644 --- a/sound/soc/amd/raven/pci-acp3x.c +++ b/sound/soc/amd/raven/pci-acp3x.c @@ -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; } |