Skip to content

Commit

Permalink
staging: speakup: speakup_dummy.c: style fixes
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Christopher Brannon authored and Greg Kroah-Hartman committed Oct 15, 2010
1 parent 2c9e0cb commit 9d096af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions drivers/staging/speakup/speakup_dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 9d096af

Please sign in to comment.