aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/speakup_dummy.c
diff options
context:
space:
mode:
authorChristopher Brannon <cmbrannon79@gmail.com>2010-10-14 19:23:54 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-15 12:22:37 -0700
commit9d096afa060935f1ecf04ef2d7534e0b0d94ac9d (patch)
tree2c23be55bdf002a8db556bc17d13ae0aea32e90f /drivers/staging/speakup/speakup_dummy.c
parentstaging: speakup: speakup_dtlk.c: style fixes (diff)
downloadlinux-dev-9d096afa060935f1ecf04ef2d7534e0b0d94ac9d.tar.xz
linux-dev-9d096afa060935f1ecf04ef2d7534e0b0d94ac9d.zip
staging: speakup: speakup_dummy.c: style fixes
* 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>
Diffstat (limited to 'drivers/staging/speakup/speakup_dummy.c')
-rw-r--r--drivers/staging/speakup/speakup_dummy.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/speakup/speakup_dummy.c b/drivers/staging/speakup/speakup_dummy.c
index 6712a728faa7..c20f41188be1 100644
--- a/drivers/staging/speakup/speakup_dummy.c
+++ b/drivers/staging/speakup/speakup_dummy.c
@@ -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
};