mirror of https://gitee.com/openkylin/linux.git
ASoC: Add space around '='
This was reported by checkpatch.pl Signed-off-by: Adrian Dinu <adrian.dinu95@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
c1ae3cfa0e
commit
ec5a82d6c0
|
@ -3139,7 +3139,7 @@ static int snd_soc_component_initialize(struct snd_soc_component *component,
|
||||||
component->suspend = component->driver->suspend;
|
component->suspend = component->driver->suspend;
|
||||||
component->resume = component->driver->resume;
|
component->resume = component->driver->resume;
|
||||||
component->pcm_new = component->driver->pcm_new;
|
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 = &component->dapm;
|
||||||
dapm->dev = dev;
|
dapm->dev = dev;
|
||||||
|
|
Loading…
Reference in New Issue