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


Groups > linux.kernel > #1588202 > unrolled thread

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

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

Back to article view | Back to linux.kernel


Contents

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

#1588202 — [PATCH] ASoC: txx9: Added blank line after declarations

FromCodrut Grosu <codrut.cristian.grosu@gmail.com>
Date2017-02-25 20:20 +0100
Subject[PATCH] ASoC: txx9: Added blank line after declarations
Message-ID<teQ2R-3W9-3@gated-at.bofh.it>
This was reported by checkpatch.pl

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

diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c
index 98fb989..7912bf0 100644
--- a/sound/soc/txx9/txx9aclc.c
+++ b/sound/soc/txx9/txx9aclc.c
@@ -392,6 +392,7 @@ static int txx9aclc_pcm_remove(struct snd_soc_platform *platform)
 	for (i = 0; i < 2; i++) {
 		struct txx9aclc_dmadata *dmadata = &dev->dmadata[i];
 		struct dma_chan *chan = dmadata->dma_chan;
+
 		if (chan) {
 			dmadata->frag_count = -1;
 			dmaengine_terminate_all(chan);
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web