ASoC: pxa-ssp: Line up *s in block comments
authorCodrut Grosu <codrut.cristian.grosu@gmail.com>
Sat, 25 Feb 2017 21:40:31 +0000 (23:40 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 7 Mar 2017 13:28:46 +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/pxa-ssp.c

index e9f6df38b1524e68a81aa2ca32ddc9dd63bd66cc..0291c7cb64eb1edd631a153a82fe979691aafa8e 100644 (file)
@@ -591,13 +591,13 @@ static int pxa_ssp_hw_params(struct snd_pcm_substream *substream,
 
                if ((pxa_ssp_get_scr(ssp) == 4) && (width == 16)) {
                        /* This is a special case where the bitclk is 64fs
-                       * and we're not dealing with 2*32 bits of audio
-                       * samples.
-                       *
-                       * The SSP values used for that are all found out by
-                       * trying and failing a lot; some of the registers
-                       * needed for that mode are only available on PXA3xx.
-                       */
+                        * and we're not dealing with 2*32 bits of audio
+                        * samples.
+                        *
+                        * The SSP values used for that are all found out by
+                        * trying and failing a lot; some of the registers
+                        * needed for that mode are only available on PXA3xx.
+                        */
                        if (ssp->type != PXA3xx_SSP)
                                return -EINVAL;