All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SoC: nuc900: Remove space before semicolon
@ 2017-02-25 20:11 Codrut Grosu
  0 siblings, 0 replies; only message in thread
From: Codrut Grosu @ 2017-02-25 20:11 UTC (permalink / raw)
  To: perex, tiwai; +Cc: lgirdwood, broonie, alsa-devel, linux-kernel, Codrut Grosu

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-25 20:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-25 20:11 [PATCH] SoC: nuc900: Remove space before semicolon Codrut Grosu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.