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


Groups > linux.kernel > #1588211 > unrolled thread

[PATCH] ASoC: ux500: Added blank line after declarations

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

Back to article view | Back to linux.kernel


Contents

  [PATCH] ASoC: ux500: Added blank line after declarations Codrut Grosu <codrut.cristian.grosu@gmail.com> - 2017-02-25 21:00 +0100

#1588211 — [PATCH] ASoC: ux500: Added blank line after declarations

FromCodrut Grosu <codrut.cristian.grosu@gmail.com>
Date2017-02-25 21:00 +0100
Subject[PATCH] ASoC: ux500: Added blank line after declarations
Message-ID<teQFz-4cN-5@gated-at.bofh.it>
This was reported by checkpatch.pl

Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
---
 sound/soc/ux500/ux500_msp_dai.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c
index 36e9bb2..ec5152a 100644
--- a/sound/soc/ux500/ux500_msp_dai.c
+++ b/sound/soc/ux500/ux500_msp_dai.c
@@ -133,6 +133,7 @@ static int setup_pcm_framing(struct snd_soc_dai *dai, unsigned int rate,
 	struct ux500_msp_i2s_drvdata *drvdata = dev_get_drvdata(dai->dev);

 	u32 frame_length = MSP_FRAME_LEN_1;
+
 	prot_desc->frame_width = 0;

 	switch (drvdata->slots) {
--
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web