lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 24 Feb 2017 20:55:17 +0530
From:   Manoj Sawai <mas@...kgp.ac.in>
To:     gregkh@...uxfoundation.org
Cc:     devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
        Manoj Sawai <mas@...kgp.ac.in>
Subject: [PATCH 4/4] Staging: bcm2835-audio: bcm2835-vchiq.c: lines over 80 character limit

Trimmed lines that were unnecessarily over 80 characters long.

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ