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


Groups > linux.kernel > #1644430

[PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment coding style issue

From srishti <srishtishar@gmail.com>
Newsgroups linux.kernel
Subject [PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment coding style issue
Date 2017-05-18 14:20 +0200
Message-ID <tIszo-2pW-33@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: srishti sharma <srishtishar@gmail.com>

Fixed a trailing */ issue.

Signed-off-by: srishti sharma <srishtishar@gmail.com>
---
 drivers/staging/bcm2835-audio/bcm2835-ctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/bcm2835-audio/bcm2835-ctl.c b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
index a4ffa1b..38fabab 100644
--- a/drivers/staging/bcm2835-audio/bcm2835-ctl.c
+++ b/drivers/staging/bcm2835-audio/bcm2835-ctl.c
@@ -247,8 +247,8 @@ 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 */
+	 * automatically. So the only thing left is signalling non-audio content
+	 */
 	ucontrol->value.iec958.status[0] = IEC958_AES0_NONAUDIO;
 	return 0;
 }
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment coding style issue srishti <srishtishar@gmail.com> - 2017-05-18 14:20 +0200
  Re: [PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment  coding style issue Greg KH <gregkh@linuxfoundation.org> - 2017-05-18 16:00 +0200
    Fwd: [PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment  coding style issue srishti sharma <srishtishar@gmail.com> - 2017-05-18 17:50 +0200
    Re: [PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment  coding style issue srishti sharma <srishtishar@gmail.com> - 2017-05-19 21:40 +0200
      Re: [PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment  coding style issue Dan Carpenter <dan.carpenter@oracle.com> - 2017-05-19 21:40 +0200
        Re: [PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment  coding style issue srishti sharma <srishtishar@gmail.com> - 2017-05-19 22:00 +0200

csiph-web