From: Nishka Dasgupta Date: Sat, 3 Mar 2018 18:54:28 +0000 (+0530) Subject: staging: vc04_services: bcm2835-audio Format multiline comment X-Git-Tag: v4.17-rc1~124^2~279 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3e3a2b50a1a6336f62de7976cd6af5c37226a3b;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c b/drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c index 22214ee71dbce..0630040524876 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