projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
701a22f
)
ASoc: PCM6240: Fix spelling mistake: "deley" -> "delay"
author
Colin Ian King
<colin.i.king@gmail.com>
Tue, 23 Apr 2024 07:44:28 +0000
(08:44 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 24 Apr 2024 01:13:36 +0000
(10:13 +0900)
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>
sound/soc/codecs/pcm6240.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/pcm6240.c
b/sound/soc/codecs/pcm6240.c
index 93d592dbee668677b809677ea14408186cc3e179..86e126783a1df13c3f8dea7ffc08e7ee5cc67218 100644
(file)
--- 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 del
e
y out of boundary\n",
+ dev_err(pcm_dev->dev, "%s: dev-%d del
a
y out of boundary\n",
__func__, devn);
return -EINVAL;
}