Commit c3d5d988 authored by Christopher Brannon's avatar Christopher Brannon Committed by Greg Kroah-Hartman

staging: speakup: speakup_txprt.c: style fixes

* Clean this file based on reports from checkpatch.pl.
Signed-off-by: default avatarChristopher Brannon <chris@the-brannons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0d42cfe4
...@@ -30,13 +30,13 @@ ...@@ -30,13 +30,13 @@
#define PROCSPEECH '\r' /* process speech char */ #define PROCSPEECH '\r' /* process speech char */
static struct var_t vars[] = { static struct var_t vars[] = {
{ CAPS_START, .u.s = {"\x05P8" }}, { CAPS_START, .u.s = {"\x05P8" } },
{ CAPS_STOP, .u.s = {"\x05P5" }}, { CAPS_STOP, .u.s = {"\x05P5" } },
{ RATE, .u.n = {"\x05R%d", 5, 0, 9, 0, 0, NULL }}, { RATE, .u.n = {"\x05R%d", 5, 0, 9, 0, 0, NULL } },
{ PITCH, .u.n = {"\x05P%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 }}, { VOL, .u.n = {"\x05V%d", 5, 0, 9, 0, 0, NULL } },
{ TONE, .u.n = {"\x05T%c", 12, 0, 25, 61, 0, NULL }}, { TONE, .u.n = {"\x05T%c", 12, 0, 25, 61, 0, NULL } },
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }}, { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
V_LAST_VAR V_LAST_VAR
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment