projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2928fa0
)
ALSA: cs46xx: fix spelling mistake "to" -> "too"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 23 Jan 2020 00:00:50 +0000
(
00:00
+0000)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 23 Jan 2020 08:16:25 +0000
(09:16 +0100)
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20200123000050.2831088-1-colin.king@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs46xx/dsp_spos_scb_lib.c
patch
|
blob
|
history
diff --git
a/sound/pci/cs46xx/dsp_spos_scb_lib.c
b/sound/pci/cs46xx/dsp_spos_scb_lib.c
index
2c5c9d4
..
6b536fc
100644
(file)
--- a/
sound/pci/cs46xx/dsp_spos_scb_lib.c
+++ b/
sound/pci/cs46xx/dsp_spos_scb_lib.c
@@
-1293,7
+1293,7
@@
cs46xx_dsp_create_pcm_channel (struct snd_cs46xx * chip,
if (src_scb == NULL) {
if (ins->nsrc_scb >= DSP_MAX_SRC_NR) {
dev_err(chip->card->dev,
- "dsp_spos: to many SRC instances\n!");
+ "dsp_spos: to
o
many SRC instances\n!");
return NULL;
}