Blob Blame History Raw
From d3e3a2b50a1a6336f62de7976cd6af5c37226a3b Mon Sep 17 00:00:00 2001
From: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Date: Sun, 4 Mar 2018 00:24:28 +0530
Subject: [PATCH] staging: vc04_services: bcm2835-audio Format multiline comment
Git-commit: d3e3a2b50a1a6336f62de7976cd6af5c37226a3b
Patch-mainline: v4.17-rc1
References: FATE#324827

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>
Acked-by: Takashi Iwai <tiwai@suse.de>

---
 drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- 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(struc
 
 	/* 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