ASoC: pxa: Remove space before semicolon
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 20:33:00 +0000 (22:33 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 13:27:43 +0000 (14:27 +0100)
This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/spitz.c
sound/soc/pxa/z2.c

index 07d77cd..d38a2b5 100644 (file)
@@ -230,8 +230,8 @@ static const struct snd_soc_dapm_route spitz_audio_map[] = {
        {"Headset Jack", NULL, "ROUT1"},
 
        /* ext speaker connected to LOUT2, ROUT2  */
-       {"Ext Spk", NULL , "ROUT2"},
-       {"Ext Spk", NULL , "LOUT2"},
+       {"Ext Spk", NULL, "ROUT2"},
+       {"Ext Spk", NULL, "LOUT2"},
 
        /* mic is connected to input 1 - with bias */
        {"LINPUT1", NULL, "Mic Bias"},
index 990b1aa..6d88d9a 100644 (file)
@@ -119,8 +119,8 @@ static const struct snd_soc_dapm_route z2_audio_map[] = {
        {"Headphone Jack", NULL, "ROUT1"},
 
        /* ext speaker connected to LOUT2, ROUT2  */
-       {"Ext Spk", NULL , "ROUT2"},
-       {"Ext Spk", NULL , "LOUT2"},
+       {"Ext Spk", NULL, "ROUT2"},
+       {"Ext Spk", NULL, "LOUT2"},
 
        /* mic is connected to R input 2 - with bias */
        {"RINPUT2", NULL, "Mic Bias"},