Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1587756
| From | Manoj Sawai <mas@iitkgp.ac.in> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/4] Staging: bcm2835-audio: bcm835-ctl.c: fixed checkpatch warning |
| Date | 2017-02-24 17:20 +0100 |
| Message-ID | <teqL8-2Ds-23@gated-at.bofh.it> (permalink) |
| References | <teqL8-2Ds-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/4] Staging: bcm2835-audio: bcm835-ctl.c: fixed checkpatch warning Manoj Sawai <mas@iitkgp.ac.in> - 2017-02-24 17:20 +0100
csiph-web