lkml.org 
[lkml]   [2024]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH][next] ASoc: PCM6240: Fix spelling mistake: "deley" -> "delay"
Date
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
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

\
 
 \ /
  Last update: 2024-05-27 17:57    [W:0.055 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site