Skip to content

Commit fe2a841

Browse files
ColinIanKingbroonie
authored andcommitted
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>
1 parent 701a22f commit fe2a841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/pcm6240.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ static int pcmdev_delay(struct pcmdevice_priv *pcm_dev,
17721772
int offset = 2;
17731773

17741774
if (offset + 2 > sublocksize) {
1775-
dev_err(pcm_dev->dev, "%s: dev-%d deley out of boundary\n",
1775+
dev_err(pcm_dev->dev, "%s: dev-%d delay out of boundary\n",
17761776
__func__, devn);
17771777
return -EINVAL;
17781778
}

0 commit comments

Comments
 (0)