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

From: Manoj Sawai
Date: Fri Feb 24 2017 - 11:18:02 EST


Trimmed lines that were unnecessarily over 80 characters long.

Signed-off-by: Manoj Sawai <mas@xxxxxxxxxxxx>
---
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