[PATCH][next] ASoc: PCM6240: Fix spelling mistake: "deley" -> "delay"

From: Colin Ian King
Date: Tue Apr 23 2024 - 03:44:44 EST


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

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
sound/soc/codecs/pcm6240.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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;
}
--
2.39.2