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


Groups > linux.kernel > #1587758 > unrolled thread

[PATCH 4/4] Staging: bcm2835-audio: bcm2835-vchiq.c: lines over 80 character limit

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 4/4] Staging: bcm2835-audio: bcm2835-vchiq.c: lines over 80 character limit Manoj Sawai <mas@iitkgp.ac.in> - 2017-02-24 17:20 +0100

#1587758 — [PATCH 4/4] Staging: bcm2835-audio: bcm2835-vchiq.c: lines over 80 character limit

FromManoj Sawai <mas@iitkgp.ac.in>
Date2017-02-24 17:20 +0100
Subject[PATCH 4/4] Staging: bcm2835-audio: bcm2835-vchiq.c: lines over 80 character limit
Message-ID<teqL8-2Ds-35@gated-at.bofh.it>
Trimmed lines that were unnecessarily over 80 characters long.

Signed-off-by: Manoj Sawai <mas@iitkgp.ac.in>
---
 drivers/staging/bcm2835-audio/bcm2835-vchiq.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/bcm2835-audio/bcm2835-vchiq.c b/drivers/staging/bcm2835-audio/bcm2835-vchiq.c
index fa23a13..70a9ed5 100644
--- a/drivers/staging/bcm2835-audio/bcm2835-vchiq.c
+++ b/drivers/staging/bcm2835-audio/bcm2835-vchiq.c
@@ -31,12 +31,12 @@
 
 #include "bcm2835.h"
 
-/* ---- Include Files -------------------------------------------------------- */
+/*---- Include Files ----------------*/
 
 #include "interface/vchi/vchi.h"
 #include "vc_vchi_audioserv_defs.h"
 
-/* ---- Private Constants and Types ------------------------------------------ */
+/*--- Private Constants and Types ---*/
 
 #define BCM2835_AUDIO_STOP           0
 #define BCM2835_AUDIO_START          1
@@ -67,11 +67,11 @@ struct bcm2835_audio_instance {
 
 static bool force_bulk;
 
-/* ---- Private Variables ---------------------------------------------------- */
+/*---- Private Variables --------------*/
 
-/* ---- Private Function Prototypes ------------------------------------------ */
+/*---- Private Function Prototypes ----*/
 
-/* ---- Private Functions ---------------------------------------------------- */
+/*---- Private Functions --------------*/
 
 static int bcm2835_audio_stop_worker(struct bcm2835_alsa_stream *alsa_stream);
 static int bcm2835_audio_start_worker(struct bcm2835_alsa_stream *alsa_stream);
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web