[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1488021780-9424-1-git-send-email-adrian.dinu95@gmail.com>
Date: Sat, 25 Feb 2017 13:23:00 +0200
From: Adrian Dinu <adrian.dinu95@...il.com>
To: perex@...ex.cz, tiwai@...e.com
Cc: lgirdwood@...il.com, broonie@...nel.org,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
Adrian Dinu <adrian.dinu95@...il.com>
Subject: [PATCH] ASoC: Add space around '='
This was reported by checkpatch.pl
Signed-off-by: Adrian Dinu <adrian.dinu95@...il.com>
---
sound/soc/soc-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index a110d39..70905bd 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -3139,7 +3139,7 @@ static int snd_soc_component_initialize(struct snd_soc_component *component,
component->suspend = component->driver->suspend;
component->resume = component->driver->resume;
component->pcm_new = component->driver->pcm_new;
- component->pcm_free= component->driver->pcm_free;
+ component->pcm_free = component->driver->pcm_free;
dapm = &component->dapm;
dapm->dev = dev;
--
1.9.1
Powered by blists - more mailing lists