]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
staging: speakup: speakup_ltlk.c: style fixes
authorChristopher Brannon <cmbrannon79@gmail.com>
Fri, 15 Oct 2010 00:23:56 +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.
* Remove an unused function-like macro.

Signed-off-by: Christopher Brannon <chris@the-brannons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/speakup/speakup_ltlk.c

index d8569591c5ac3d086d82ceaf27c58e30ddac8847..971de1a1371213f220485d1e0c6fdb8ad7bc2a6a 100644 (file)
 #include "speakup_dtlk.h" /* local header file for LiteTalk values */
 
 #define DRV_VERSION "2.11"
-#define synth_full( ) ( !( inb( synth_port_tts + UART_MSR ) & UART_MSR_CTS ) )
 #define PROCSPEECH 0x0d
 
 static int synth_probe(struct spk_synth *synth);
 
 static struct var_t vars[] = {
-       { CAPS_START, .u.s = {"\x01+35p" }},
-       { CAPS_STOP, .u.s = {"\x01-35p" }},
-       { RATE, .u.n = {"\x01%ds", 8, 0, 9, 0, 0, NULL }},
-       { PITCH, .u.n = {"\x01%dp", 50, 0, 99, 0, 0, NULL }},
-       { VOL, .u.n = {"\x01%dv", 5, 0, 9, 0, 0, NULL }},
-       { TONE, .u.n = {"\x01%dx", 1, 0, 2, 0, 0, NULL }},
-       { PUNCT, .u.n = {"\x01%db", 7, 0, 15, 0, 0, NULL }},
-       { VOICE, .u.n = {"\x01%do", 0, 0, 7, 0, 0, NULL }},
-       { FREQUENCY, .u.n = {"\x01%df", 5, 0, 9, 0, 0, NULL }},
-       { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL }},
+       { CAPS_START, .u.s = {"\x01+35p" } },
+       { CAPS_STOP, .u.s = {"\x01-35p" } },
+       { RATE, .u.n = {"\x01%ds", 8, 0, 9, 0, 0, NULL } },
+       { PITCH, .u.n = {"\x01%dp", 50, 0, 99, 0, 0, NULL } },
+       { VOL, .u.n = {"\x01%dv", 5, 0, 9, 0, 0, NULL } },
+       { TONE, .u.n = {"\x01%dx", 1, 0, 2, 0, 0, NULL } },
+       { PUNCT, .u.n = {"\x01%db", 7, 0, 15, 0, 0, NULL } },
+       { VOICE, .u.n = {"\x01%do", 0, 0, 7, 0, 0, NULL } },
+       { FREQUENCY, .u.n = {"\x01%df", 5, 0, 9, 0, 0, NULL } },
+       { DIRECT, .u.n = {NULL, 0, 0, 1, 0, 0, NULL } },
        V_LAST_VAR
 };