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>] [day] [month] [year] [list]
Date:	Sun, 29 Apr 2012 18:53:37 +0530
From:	Jeffrin Jose <ahiliation@...oo.co.in>
To:	tiwai@...e.de
Cc:	linux-kernel@...r.kernel.org, ahiliation@...oo.co.in
Subject: [PATCH 02/02 ] fixed coding style issue relating to spaces

hello 

Fixed coding style issues relating to spaces
in sound/usb/card.h


>From a9bda96c7af932f16ff25759a9f993ebf0644803 Mon Sep 17 00:00:00 2001
From: Jeffrin Jose <ahiliation@...oo.co.in>
Date: Sun, 29 Apr 2012 18:35:16 +0530
Subject: [PATCH 10/10] sound:Fixed coding style errors related to spaces.

Fixed coding style errors relating to spaces in
sound/usb/card.h

Signed-off-by: Jeffrin Jose <ahiliation@...oo.co.in>
---
 sound/usb/card.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/usb/card.h b/sound/usb/card.h
index a39edcc..c5976fb 100644
--- a/sound/usb/card.h
+++ b/sound/usb/card.h
@@ -70,11 +70,11 @@ struct snd_usb_substream {
 	unsigned int curpacksize;	/* current packet size in bytes (for capture) */
 	unsigned int curframesize;	/* current packet size in frames (for capture) */
 	unsigned int syncmaxsize;	/* sync endpoint packet size */
-	unsigned int fill_max: 1;	/* fill max packet size always */
+	unsigned int fill_max:1;	/* fill max packet size always */
 	unsigned int txfr_quirk:1;	/* allow sub-frame alignment */
 	unsigned int fmt_type;		/* USB audio format type (1-3) */
 
-	unsigned int running: 1;	/* running status */
+	unsigned int running:1;	/* running status */
 
 	unsigned int hwptr_done;	/* processed byte position in the buffer */
 	unsigned int transfer_done;		/* processed frames since last period update */
-- 
1.7.9

-- 
software engineer
Bohr Lab
department of computer science
Rajagiri school of engineering and technology.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists