mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ALSA: cs46xx: fix spelling mistake "to" -> "too"
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>
This commit is contained in:
parent
2928fa0a97
commit
5396c4bd9f
@ -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: too many SRC instances\n!");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user