]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commitdiff
staging: bcm2835-audio: use kernel preferred block commenting style
authorAishwarya Pant <aishpant@gmail.com>
Thu, 2 Mar 2017 18:56:41 +0000 (00:26 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 13:12:31 +0000 (14:12 +0100)
Fix block comment formatting to suppress the following warning thrown by
checkpatch: Block comments use a trailing */ on a separate line

Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vc04_services/bcm2835-audio/bcm2835-ctl.c

index 17d34c0ed1b73fdf375bb3e6ab7bc614583013da..80b20629a44b0e60c6a0f7cf57ad37b867bd3b49 100644 (file)
@@ -245,9 +245,10 @@ static int snd_bcm2835_spdif_mask_info(struct snd_kcontrol *kcontrol,
 static int snd_bcm2835_spdif_mask_get(struct snd_kcontrol *kcontrol,
        struct snd_ctl_elem_value *ucontrol)
 {
-       /* bcm2835 supports only consumer mode and sets all other format flags
-        * automatically. So the only thing left is signalling non-audio
-        * content */
+       /*
+        * bcm2835 supports only consumer mode and sets all other format flags
+        * automatically. So the only thing left is signalling non-audio content
+        */
        ucontrol->value.iec958.status[0] = IEC958_AES0_NONAUDIO;
        return 0;
 }