ASoC: pxa: Remove spaces before tabs
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 20:50:29 +0000 (22:50 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 13:28:42 +0000 (14:28 +0100)
This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/pxa2xx-i2s.c
sound/soc/pxa/pxa2xx-pcm.c

index 27aa0e4341bc3dacc7a877ba67d1bd2b4528249f..3fb60baf6eab0f53d8d524b880091e316607552c 100644 (file)
 #define SACR0_STRF     (1 << 5)        /* FIFO Select for EFWR Special Function */
 #define SACR0_EFWR     (1 << 4)        /* Enable EFWR Function  */
 #define SACR0_RST      (1 << 3)        /* FIFO, i2s Register Reset */
-#define SACR0_BCKD     (1 << 2)        /* Bit Clock Direction */
+#define SACR0_BCKD     (1 << 2)        /* Bit Clock Direction */
 #define SACR0_ENB      (1 << 0)        /* Enable I2S Link */
 #define SACR1_ENLBF    (1 << 5)        /* Enable Loopback */
-#define SACR1_DRPL     (1 << 4)        /* Disable Replaying Function */
+#define SACR1_DRPL     (1 << 4)        /* Disable Replaying Function */
 #define SACR1_DREC     (1 << 3)        /* Disable Recording Function */
 #define SACR1_AMSL     (1 << 0)        /* Specify Alternate Mode */
 
@@ -60,7 +60,7 @@
 #define SASR0_TFS      (1 << 3)        /* Tx FIFO Service Request */
 #define SASR0_BSY      (1 << 2)        /* I2S Busy */
 #define SASR0_RNE      (1 << 1)        /* Rx FIFO Not Empty */
-#define SASR0_TNF      (1 << 0)        /* Tx FIFO Not Empty */
+#define SASR0_TNF      (1 << 0)        /* Tx FIFO Not Empty */
 
 #define SAICR_ROR      (1 << 6)        /* Clear Rx FIFO Overrun Interrupt */
 #define SAICR_TUR      (1 << 5)        /* Clear Tx FIFO Underrun Interrupt */
index 410d48b93031c0da2a5ca560bca918618062d65e..b51d7a0755d5c7868769c803fa16cbc61a36a81f 100644 (file)
@@ -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,
 };