ASoc: PCM6240: Fix spelling mistake: "deley" -> "delay"

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240423074428.1313777-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Colin Ian King 2024-04-23 08:44:28 +01:00 committed by Mark Brown
parent 701a22fd9f
commit fe2a841337
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -1772,7 +1772,7 @@ static int pcmdev_delay(struct pcmdevice_priv *pcm_dev,
int offset = 2;
if (offset + 2 > sublocksize) {
dev_err(pcm_dev->dev, "%s: dev-%d deley out of boundary\n",
dev_err(pcm_dev->dev, "%s: dev-%d delay out of boundary\n",
__func__, devn);
return -EINVAL;
}