summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/e750_wm9705.c
diff options
context:
space:
mode:
authorCodrut Grosu2017-02-25 21:25:23 +0100
committerMark Brown2017-03-07 14:32:21 +0100
commit7be5c5fe9287c7f5cc0f2f3c742d602c82daa2d6 (patch)
tree93420ce1d74a7f8cd32bcbba625f52b45b02b516 /sound/soc/pxa/e750_wm9705.c
parentASoC: pxa-ssp: Line up *s in block comments (diff)
downloadkernel-qcow2-linux-7be5c5fe9287c7f5cc0f2f3c742d602c82daa2d6.tar.gz
kernel-qcow2-linux-7be5c5fe9287c7f5cc0f2f3c742d602c82daa2d6.tar.xz
kernel-qcow2-linux-7be5c5fe9287c7f5cc0f2f3c742d602c82daa2d6.zip
ASoC: pxa: Add space around '='
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa/e750_wm9705.c')
-rw-r--r--sound/soc/pxa/e750_wm9705.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/e750_wm9705.c b/sound/soc/pxa/e750_wm9705.c
index fdcd94adee7c..82bcbbb1841b 100644
--- a/sound/soc/pxa/e750_wm9705.c
+++ b/sound/soc/pxa/e750_wm9705.c
@@ -81,7 +81,7 @@ static struct snd_soc_dai_link e750_dai[] = {
.name = "AC97 Aux",
.stream_name = "AC97 Aux",
.cpu_dai_name = "pxa2xx-ac97-aux",
- .codec_dai_name ="wm9705-aux",
+ .codec_dai_name = "wm9705-aux",
.platform_name = "pxa-pcm-audio",
.codec_name = "wm9705-codec",
},