diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-08-26 23:09:52 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-08-27 11:05:39 +0200 |
commit | 1bb6d9e2f682a401417f925d602de992c559b057 (patch) | |
tree | eb1b95c209a8d811d027ee67eecafc2d9df970f0 /sound/pci/rme9652 | |
parent | 62ba568f7aef4beb0eda945a2b2a91b7a2b8f215 (diff) | |
download | linux-1bb6d9e2f682a401417f925d602de992c559b057.tar.bz2 |
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')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 2 |
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) { |