Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588240 > unrolled thread

[PATCH] ASoC: pxa: The open brace is placed with the previous line

Started byCodrut Grosu <codrut.cristian.grosu@gmail.com>
First post2017-02-25 23:00 +0100
Last post2017-02-25 23:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ASoC: pxa: The open brace is placed with the previous line Codrut Grosu <codrut.cristian.grosu@gmail.com> - 2017-02-25 23:00 +0100

#1588240 — [PATCH] ASoC: pxa: The open brace is placed with the previous line

FromCodrut Grosu <codrut.cristian.grosu@gmail.com>
Date2017-02-25 23:00 +0100
Subject[PATCH] ASoC: pxa: The open brace is placed with the previous line
Message-ID<teSxI-5tz-9@gated-at.bofh.it>
This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
---
 sound/soc/pxa/raumfeld.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c
index 552b763..47c9173 100644
--- a/sound/soc/pxa/raumfeld.c
+++ b/sound/soc/pxa/raumfeld.c
@@ -228,14 +228,12 @@ static int raumfeld_ak4104_hw_params(struct snd_pcm_substream *substream,
 	.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,
 };

--
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web