[PATCH 10/10] sound:Fixed coding style errors related to spaces.

From: Jeffrin Jose
Date: Sun Apr 29 2012 - 09:05:16 EST


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

Signed-off-by: Jeffrin Jose <ahiliation@xxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/