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


Groups > linux.kernel > #1588215 > unrolled thread

[PATCH] SoC: nuc900: Remove space before semicolon

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

Back to article view | Back to linux.kernel


Contents

  [PATCH] SoC: nuc900: Remove space before semicolon Codrut Grosu <codrut.cristian.grosu@gmail.com> - 2017-02-25 21:30 +0100

#1588215 — [PATCH] SoC: nuc900: Remove space before semicolon

FromCodrut Grosu <codrut.cristian.grosu@gmail.com>
Date2017-02-25 21:30 +0100
Subject[PATCH] SoC: nuc900: Remove space before semicolon
Message-ID<teR8B-4DS-3@gated-at.bofh.it>
This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
---
 sound/soc/nuc900/nuc900-ac97.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/nuc900/nuc900-ac97.c b/sound/soc/nuc900/nuc900-ac97.c
index b6615af..1cacfb4 100644
--- a/sound/soc/nuc900/nuc900-ac97.c
+++ b/sound/soc/nuc900/nuc900-ac97.c
@@ -76,7 +76,7 @@ static unsigned short nuc900_ac97_read(struct snd_ac97 *ac97,
 		goto out;
 	}

-	val = AUDIO_READ(nuc900_audio->mmio + ACTL_ACOS0) ;
+	val = AUDIO_READ(nuc900_audio->mmio + ACTL_ACOS0);
 	val &= ~SLOT1_VALID;
 	AUDIO_WRITE(nuc900_audio->mmio + ACTL_ACOS0, val);

--
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web