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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 701a22f commit fe2a841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)