staging: speakup: speakup_dummy.c: style fixes
authorChristopher Brannon <cmbrannon79@gmail.com>
Fri, 15 Oct 2010 00:23:54 +0000 (19:23 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 15 Oct 2010 19:22:37 +0000 (12:22 -0700)
* 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>
drivers/staging/speakup/speakup_dummy.c

index 6712a728faa727068e60a9f07dc46410434983cb..c20f41188be12364d59dc1517f864723c7057a8e 100644 (file)
 #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
 };
 
This page took 0.025241 seconds and 5 git commands to generate.