summaryrefslogtreecommitdiff
path: root/drivers/staging/speakup/spk_types.h
diff options
context:
space:
mode:
authorShirish Gajera <gshirishfree@gmail.com>2015-03-28 20:21:39 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-03 11:43:45 (GMT)
commit63b8ebe44ab6bc812f849818250e49e9157c309c (patch)
treee0b748194bc663586b2e52fd3c39e53d2bb0f8cc /drivers/staging/speakup/spk_types.h
parent7f688833662dac4c48dcc18198a1a3a35fcbf0cd (diff)
downloadlinux-63b8ebe44ab6bc812f849818250e49e9157c309c.tar.xz
staging: speakup: Fix warning of line over 80 characters.
This patch fixes the checkpatch.pl warning: WARNING: line over 80 characters All line over 80 characters in driver/staging/speakup/* are fixed. Signed-off-by: Shirish Gajera <gshirishfree@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/spk_types.h')
-rw-r--r--drivers/staging/speakup/spk_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/speakup/spk_types.h b/drivers/staging/speakup/spk_types.h
index 55d6c9b..e8ff5d7 100644
--- a/drivers/staging/speakup/spk_types.h
+++ b/drivers/staging/speakup/spk_types.h
@@ -168,7 +168,8 @@ struct spk_synth {
int *default_vol;
int (*probe)(struct spk_synth *synth);
void (*release)(void);
- const char *(*synth_immediate)(struct spk_synth *synth, const char *buff);
+ const char *(*synth_immediate)(struct spk_synth *synth,
+ const char *buff);
void (*catch_up)(struct spk_synth *synth);
void (*flush)(struct spk_synth *synth);
int (*is_alive)(struct spk_synth *synth);