diff mbox series

[next] ASoC: amd: fix spelling mistake "Inavlid" -> "Invalid"

Message ID 20181116133943.8267-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit 00347e4ea8ca4c6ed5e254d7cebad0917175a07e
Headers show
Series [next] ASoC: amd: fix spelling mistake "Inavlid" -> "Invalid" | expand

Commit Message

Colin King Nov. 16, 2018, 1:39 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 sound/soc/amd/raven/pci-acp3x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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