aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdspm.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-08-26 23:09:52 +0100
committerTakashi Iwai <tiwai@suse.de>2018-08-27 11:05:39 +0200
commit1bb6d9e2f682a401417f925d602de992c559b057 (patch)
treeeb1b95c209a8d811d027ee67eecafc2d9df970f0 /sound/pci/rme9652/hdspm.c
parentALSA: pcm: Return 0 when size < start_threshold in capture (diff)
downloadlinux-dev-1bb6d9e2f682a401417f925d602de992c559b057.tar.xz
linux-dev-1bb6d9e2f682a401417f925d602de992c559b057.zip
ALSA: hdspm: fix spelling mistake "Initializeing" -> "Initializing"
Trivial fix to spelling mistake in dev_dbg message and also remove extraneous white space and repeated question marks. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/rme9652/hdspm.c')
-rw-r--r--sound/pci/rme9652/hdspm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index 11b5b5e0e058..679ad0415e3b 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -6534,7 +6534,7 @@ static int snd_hdspm_create_alsa_devices(struct snd_card *card,
dev_dbg(card->dev, "Update mixer controls...\n");
hdspm_update_simple_mixer_controls(hdspm);
- dev_dbg(card->dev, "Initializeing complete ???\n");
+ dev_dbg(card->dev, "Initializing complete?\n");
err = snd_card_register(card);
if (err < 0) {