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;