aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/speakup
diff options
context:
space:
mode:
authorChristopher Brannon <cmbrannon79@gmail.com>2010-10-14 19:23:59 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-15 12:22:38 -0700
commitc3d5d988207b9581fd9b215abca3662ecc87b5be (patch)
treecd3f1be1737b4624e2632cb1174228490f37672f /drivers/staging/speakup
parent0d42cfe4c19a8e287d77b5bc1b33bc89c17caa4e (diff)
staging: speakup: speakup_txprt.c: style fixes
* Clean this file based on reports from checkpatch.pl. Signed-off-by: Christopher Brannon <chris@the-brannons.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/speakup')
-rw-r--r--drivers/staging/speakup/speakup_txprt.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/speakup/speakup_txprt.c b/drivers/staging/speakup/speakup_txprt.c
index 9ffeeac0dbc..5d5bf7c3d0b 100644
--- a/drivers/staging/speakup/speakup_txprt.c
+++ b/drivers/staging/speakup/speakup_txprt.c
@@ -30,13 +30,13 @@
#define PROCSPEECH '\r' /* process speech char */
static struct var_t vars[] = {
- { CAPS_START, .u.s = {"\x05P8" }},
- { CAPS_STOP, .u.s = {"\x05P5" }},
- { RATE, .u.n = {"\x05R%d", 5, 0, 9, 0, 0, NULL }},
- { PITCH, .u.n = {"\x05P%d", 5, 0, 9, 0, 0, NULL }},
- { VOL, .u.n = {"\x05V%d", 5, 0, 9, 0, 0, NULL }},
- { TONE, .u.n = {"\x05T%c", 12, 0, 25, 61, 0, NULL }},
- { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
+ { CAPS_START, .u.s = {"\x05P8" } },
+ { CAPS_STOP, .u.s = {"\x05P5" } },
+ { RATE, .u.n = {"\x05R%d", 5, 0, 9, 0, 0, NULL } },
+ { PITCH, .u.n = {"\x05P%d", 5, 0, 9, 0, 0, NULL } },
+ { VOL, .u.n = {"\x05V%d", 5, 0, 9, 0, 0, NULL } },
+ { TONE, .u.n = {"\x05T%c", 12, 0, 25, 61, 0, NULL } },
+ { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
V_LAST_VAR
};