]> Pileus Git - ~andy/linux/commitdiff
staging: speakup: speakup_bns.c: style fixes
authorChristopher Brannon <cmbrannon79@gmail.com>
Fri, 15 Oct 2010 00:23:50 +0000 (19:23 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 15 Oct 2010 19:22:36 +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_bns.c

index e1b19f7de7c4450c71c01b56dd9b0277281b5663..43e5b54f344cccc6c86f96cd8db0a0e51dd5d9bf 100644 (file)
 #define PROCSPEECH '\r'
 
 static struct var_t vars[] = {
-       { CAPS_START, .u.s = {"\x05\x31\x32P" }},
-       { CAPS_STOP, .u.s = {"\x05\x38P" }},
-       { RATE, .u.n = {"\x05%dE", 8, 1, 16, 0, 0, NULL }},
-       { PITCH, .u.n = {"\x05%dP", 8, 0, 16, 0, 0, NULL }},
-       { VOL, .u.n = {"\x05%dV", 8, 0, 16, 0, 0, NULL }},
-       { TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL }},
-       { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
+       { CAPS_START, .u.s = {"\x05\x31\x32P" } },
+       { CAPS_STOP, .u.s = {"\x05\x38P" } },
+       { RATE, .u.n = {"\x05%dE", 8, 1, 16, 0, 0, NULL } },
+       { PITCH, .u.n = {"\x05%dP", 8, 0, 16, 0, 0, NULL } },
+       { VOL, .u.n = {"\x05%dV", 8, 0, 16, 0, 0, NULL } },
+       { TONE, .u.n = {"\x05%dT", 8, 0, 16, 0, 0, NULL } },
+       { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
        V_LAST_VAR
 };