aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/pxa/pxa2xx-pcm.c
diff options
context:
space:
mode:
authorGravatar Codrut Grosu <codrut.cristian.grosu@gmail.com> 2017-02-25 22:50:29 +0200
committerGravatar Mark Brown <broonie@kernel.org> 2017-03-07 14:28:42 +0100
commit672e3cbe783e2f3f40bdc19e5cb09accdd3e4b6b (patch)
tree1871b39781a5ac8a82e71c433c7345f87661767e /sound/soc/pxa/pxa2xx-pcm.c
parentASoC: pxa: Add space around ':' and '(' (diff)
downloadlinux-672e3cbe783e2f3f40bdc19e5cb09accdd3e4b6b.tar.gz
linux-672e3cbe783e2f3f40bdc19e5cb09accdd3e4b6b.tar.bz2
linux-672e3cbe783e2f3f40bdc19e5cb09accdd3e4b6b.zip
ASoC: pxa: Remove spaces before tabs
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/pxa/pxa2xx-pcm.c')
-rw-r--r--sound/soc/pxa/pxa2xx-pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/pxa/pxa2xx-pcm.c b/sound/soc/pxa/pxa2xx-pcm.c
index 410d48b93031..b51d7a0755d5 100644
--- a/sound/soc/pxa/pxa2xx-pcm.c
+++ b/sound/soc/pxa/pxa2xx-pcm.c
@@ -85,7 +85,7 @@ static int pxa2xx_soc_pcm_new(struct snd_soc_pcm_runtime *rtd)
}
static struct snd_soc_platform_driver pxa2xx_soc_platform = {
- .ops = &pxa2xx_pcm_ops,
+ .ops = &pxa2xx_pcm_ops,
.pcm_new = pxa2xx_soc_pcm_new,
.pcm_free = pxa2xx_pcm_free_dma_buffers,
};