Commit fe2a8413 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown

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

There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240423074428.1313777-1-colin.i.king@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 701a22fd
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment