aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>2018-03-04 00:24:28 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-06 04:03:43 -0800
commitd3e3a2b50a1a6336f62de7976cd6af5c37226a3b (patch)
treece5471db5eb2b0df42f06f4d09ca26754f610628
parentstaging: vc04_services: bcm2835-audio: Add blank line after declaration (diff)
downloadlinux-dev-d3e3a2b50a1a6336f62de7976cd6af5c37226a3b.tar.xz
linux-dev-d3e3a2b50a1a6336f62de7976cd6af5c37226a3b.zip
staging: vc04_services: bcm2835-audio Format multiline comment
Format multiline comment by moving '*/' to a new line. Issue found with checkpatch. Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c b/drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c
index 22214ee71dbc..063004052487 100644
--- a/drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c
+++ b/drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c
@@ -279,7 +279,8 @@ static int snd_bcm2835_pcm_prepare(struct snd_pcm_substream *substream)
/* notify the vchiq that it should enter spdif passthrough mode by
* setting channels=0 (see
- * https://github.com/raspberrypi/linux/issues/528) */
+ * https://github.com/raspberrypi/linux/issues/528)
+ */
if (chip->spdif_status & IEC958_AES0_NONAUDIO)
channels = 0;
else