All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: cs46xx: fix spelling mistake "to" -> "too"
  2018-04-27 19:02 ` Colin King
  (?)
@ 2020-01-23  0:00 ` Colin King
  -1 siblings, 0 replies; 11+ messages in thread
From: Colin King @ 2020-01-23  0:00 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, alsa-devel; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 sound/pci/cs46xx/dsp_spos_scb_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/cs46xx/dsp_spos_scb_lib.c b/sound/pci/cs46xx/dsp_spos_scb_lib.c
index 2c5c9d4c1d94..6b536fc23ca6 100644
--- 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: too many SRC instances\n!");
 			return NULL;
 		}
 
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH] ALSA: cs46xx: fix spelling mistake: "amplifer" -> "amplifier"
@ 2018-04-27 19:02 ` Colin King
  0 siblings, 0 replies; 11+ messages in thread
From: Colin King @ 2018-04-27 19:02 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, alsa-devel; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in module parameter description text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 sound/pci/cs46xx/cs46xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/cs46xx/cs46xx.c b/sound/pci/cs46xx/cs46xx.c
index 655fbea1692c..4910d3f46d4b 100644
--- a/sound/pci/cs46xx/cs46xx.c
+++ b/sound/pci/cs46xx/cs46xx.c
@@ -58,7 +58,7 @@ MODULE_PARM_DESC(id, "ID string for the CS46xx soundcard.");
 module_param_array(enable, bool, NULL, 0444);
 MODULE_PARM_DESC(enable, "Enable CS46xx soundcard.");
 module_param_array(external_amp, bool, NULL, 0444);
-MODULE_PARM_DESC(external_amp, "Force to enable external amplifer.");
+MODULE_PARM_DESC(external_amp, "Force to enable external amplifier.");
 module_param_array(thinkpad, bool, NULL, 0444);
 MODULE_PARM_DESC(thinkpad, "Force to enable Thinkpad's CLKRUN control.");
 module_param_array(mmap_valid, bool, NULL, 0444);
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-01-23  8:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23  0:00 [PATCH] ALSA: cs46xx: fix spelling mistake "to" -> "too" Colin King
2020-01-23  0:00 ` [alsa-devel] " Colin King
2020-01-23  0:00 ` Colin King
2020-01-23  8:16 ` Takashi Iwai
2020-01-23  8:16   ` [alsa-devel] " Takashi Iwai
2020-01-23  8:16   ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2018-04-27 19:02 [PATCH] ALSA: cs46xx: fix spelling mistake: "amplifer" -> "amplifier" Colin King
2018-04-27 19:02 ` Colin King
2018-04-27 19:26 ` Takashi Iwai
2018-04-27 19:26   ` Takashi Iwai
2018-04-27 19:26   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.