aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2024-04-23 08:44:28 +0100
committerMark Brown <[email protected]>2024-04-24 10:13:36 +0900
commitfe2a84133724ef56d2c99f2be5d0e06c4b8395c1 (patch)
treefa6b950688bab23e48b2830aea2c6523725a4942
parent701a22fd9ffaa409bbd45c2936870341b3ad9fdb (diff)
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]>
-rw-r--r--sound/soc/codecs/pcm6240.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm6240.c b/sound/soc/codecs/pcm6240.c
index 93d592dbee66..86e126783a1d 100644
--- a/sound/soc/codecs/pcm6240.c
+++ b/sound/soc/codecs/pcm6240.c
@@ -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;
}