ASoC: pxa: The open brace is placed with the previous line
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 21:54:16 +0000 (23:54 +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/raumfeld.c

index 552b763005ed34d14ae46ebb82cb71bafa6c6c40..47c91730e93c2e84bb8e839486c9aedcad08542e 100644 (file)
@@ -228,14 +228,12 @@ static struct snd_soc_ops raumfeld_ak4104_ops = {
        .codec_name     = "spi0.0",                     \
 }
 
-static struct snd_soc_dai_link snd_soc_raumfeld_connector_dai[] =
-{
+static struct snd_soc_dai_link snd_soc_raumfeld_connector_dai[] = {
        DAI_LINK_CS4270,
        DAI_LINK_AK4104,
 };
 
-static struct snd_soc_dai_link snd_soc_raumfeld_speaker_dai[] =
-{
+static struct snd_soc_dai_link snd_soc_raumfeld_speaker_dai[] = {
        DAI_LINK_CS4270,
 };