[PATCH 05/15] staging: speakup: speakup_bns.c: style fixes

Christopher Brannon cmbrannon79 at gmail.com
Fri Oct 15 00:23:50 UTC 2010


* Clean this file based on reports from checkpatch.pl.

Signed-off-by: Christopher Brannon <chris at the-brannons.com>
---
 drivers/staging/speakup/speakup_bns.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/speakup/speakup_bns.c b/drivers/staging/speakup/speakup_bns.c
index e1b19f7..43e5b54 100644
--- a/drivers/staging/speakup/speakup_bns.c
+++ b/drivers/staging/speakup/speakup_bns.c
@@ -30,13 +30,13 @@
 #define PROCSPEECH '\r'
 
 static struct var_t vars[] = {
-	{ CAPS_START, .u.s = {"\x05\x31\x32P" }},
-	{ CAPS_STOP, .u.s = {"\x05\x38P" }},
-	{ RATE, .u.n = {"\x05%dE", 8, 1, 16, 0, 0, NULL }},
-	{ PITCH, .u.n = {"\x05%dP", 8, 0, 16, 0, 0, NULL }},
-	{ VOL, .u.n = {"\x05%dV", 8, 0, 16, 0, 0, NULL }},
-	{ TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL }},
-	{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
+	{ CAPS_START, .u.s = {"\x05\x31\x32P" } },
+	{ CAPS_STOP, .u.s = {"\x05\x38P" } },
+	{ RATE, .u.n = {"\x05%dE", 8, 1, 16, 0, 0, NULL } },
+	{ PITCH, .u.n = {"\x05%dP", 8, 0, 16, 0, 0, NULL } },
+	{ VOL, .u.n = {"\x05%dV", 8, 0, 16, 0, 0, NULL } },
+	{ TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL } },
+	{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
 	V_LAST_VAR
 };
 
-- 
1.7.3.1




More information about the devel mailing list