Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588238 > unrolled thread

[PATCH] ASoC: pxa-ssp: Line up *s in block comments

Started byCodrut Grosu <codrut.cristian.grosu@gmail.com>
First post2017-02-25 22:50 +0100
Last post2017-02-25 22:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ASoC: pxa-ssp: Line up *s in block comments Codrut Grosu <codrut.cristian.grosu@gmail.com> - 2017-02-25 22:50 +0100

#1588238 — [PATCH] ASoC: pxa-ssp: Line up *s in block comments

FromCodrut Grosu <codrut.cristian.grosu@gmail.com>
Date2017-02-25 22:50 +0100
Subject[PATCH] ASoC: pxa-ssp: Line up *s in block comments
Message-ID<teSo2-5pZ-3@gated-at.bofh.it>
This was reported by checkpatch.pl

Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com>
---
 sound/soc/pxa/pxa-ssp.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sound/soc/pxa/pxa-ssp.c b/sound/soc/pxa/pxa-ssp.c
index 72a5e87..f3285a6 100644
--- a/sound/soc/pxa/pxa-ssp.c
+++ b/sound/soc/pxa/pxa-ssp.c
@@ -592,13 +592,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;

--
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web