]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: txx9: Added requiered spaces.
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 10:12:21 +0000 (12:12 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 14:18:35 +0000 (15:18 +0100)
This was reported by checpatch.pl

Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/txx9/txx9aclc.c

index 2cb2e0672c44c411d01da6f8dae5ebba0d3053d9..7912bf09dc4d70c66f19316c6c8f2b5a0d60357c 100644 (file)
@@ -206,7 +206,7 @@ static void txx9aclc_dma_tasklet(unsigned long data)
 static int txx9aclc_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
 {
        struct txx9aclc_dmadata *dmadata = substream->runtime->private_data;
-       struct txx9aclc_plat_drvdata *drvdata =txx9aclc_drvdata;
+       struct txx9aclc_plat_drvdata *drvdata = txx9aclc_drvdata;
        void __iomem *base = drvdata->base;
        unsigned long flags;
        int ret = 0;
@@ -340,7 +340,7 @@ static bool filter(struct dma_chan *chan, void *param)
 static int txx9aclc_dma_init(struct txx9aclc_soc_device *dev,
                             struct txx9aclc_dmadata *dmadata)
 {
-       struct txx9aclc_plat_drvdata *drvdata =txx9aclc_drvdata;
+       struct txx9aclc_plat_drvdata *drvdata = txx9aclc_drvdata;
        struct txx9dmac_slave *ds = &dmadata->dma_slave;
        dma_cap_mask_t mask;