OSDN Git Service

staging: vc04_services: bcm2835-audio Format multiline comment
authorNishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Sat, 3 Mar 2018 18:54:28 +0000 (00:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:03:43 +0000 (04:03 -0800)
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>
drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c

index 22214ee..0630040 100644 (file)
@@ -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