Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1587756 > unrolled thread

[PATCH 2/4] Staging: bcm2835-audio: bcm835-ctl.c: fixed checkpatch warning

Started byManoj Sawai <mas@iitkgp.ac.in>
First post2017-02-24 17:20 +0100
Last post2017-02-24 17:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/4] Staging: bcm2835-audio: bcm835-ctl.c: fixed checkpatch warning Manoj Sawai <mas@iitkgp.ac.in> - 2017-02-24 17:20 +0100

#1587756 — [PATCH 2/4] Staging: bcm2835-audio: bcm835-ctl.c: fixed checkpatch warning

FromManoj Sawai <mas@iitkgp.ac.in>
Date2017-02-24 17:20 +0100
Subject[PATCH 2/4] Staging: bcm2835-audio: bcm835-ctl.c: fixed checkpatch warning
Message-ID<teqL8-2Ds-23@gated-at.bofh.it>
Fixed the following warning :
"drivers/staging/bcm2835-audio/bcm2835-ctl.c:251: WARNING: Block comments
use a trailing */ on a separate line"

Signed-off-by: Manoj Sawai <mas@iitkgp.ac.in>
---
 drivers/staging/bcm2835-audio/bcm2835-ctl.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/bcm2835-audio/bcm2835-ctl.c b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
index a4ffa1b..1dd68c1 100644
--- a/drivers/staging/bcm2835-audio/bcm2835-ctl.c
+++ b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
@@ -248,7 +248,8 @@ static int snd_bcm2835_spdif_mask_get(struct snd_kcontrol *kcontrol,
 {
 	/* bcm2835 supports only consumer mode and sets all other format flags
 	 * automatically. So the only thing left is signalling non-audio
-	 * content */
+	 * content
+	 */
 	ucontrol->value.iec958.status[0] = IEC958_AES0_NONAUDIO;
 	return 0;
 }
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web