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

staging: speakup: speakup_dummy.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 2c9e0cb0
......@@ -32,13 +32,13 @@
#define SYNTH_CLEAR '!'
static struct var_t vars[] = {
{ CAPS_START, .u.s = {"CAPS_START\n" }},
{ CAPS_STOP, .u.s = {"CAPS_STOP\n" }},
{ RATE, .u.n = {"RATE %d\n", 8, 1, 16, 0, 0, NULL }},
{ PITCH, .u.n = {"PITCH %d\n", 8, 0, 16, 0, 0, NULL }},
{ VOL, .u.n = {"VOL %d\n", 8, 0, 16, 0, 0, NULL }},
{ TONE, .u.n = {"TONE %d\n", 8, 0, 16, 0, 0, NULL }},
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
{ CAPS_START, .u.s = {"CAPS_START\n" } },
{ CAPS_STOP, .u.s = {"CAPS_STOP\n" } },
{ RATE, .u.n = {"RATE %d\n", 8, 1, 16, 0, 0, NULL } },
{ PITCH, .u.n = {"PITCH %d\n", 8, 0, 16, 0, 0, NULL } },
{ VOL, .u.n = {"VOL %d\n", 8, 0, 16, 0, 0, NULL } },
{ TONE, .u.n = {"TONE %d\n", 8, 0, 16, 0, 0, NULL } },
{ DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
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