aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/spk_priv.h
diff options
context:
space:
mode:
authorIoannis Valasakis <code@wizofe.uk>2018-11-06 02:29:10 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-07 12:22:33 +0100
commit284371999b1b3bddbdbd07a2e4b9ef736acf4457 (patch)
treeeae535403b1a6c2757cc5299b39d289303747f2a /drivers/staging/speakup/spk_priv.h
parentstaging: speakup: move arguments to reduce 80 chars limit (diff)
downloadlinux-dev-284371999b1b3bddbdbd07a2e4b9ef736acf4457.tar.xz
linux-dev-284371999b1b3bddbdbd07a2e4b9ef736acf4457.zip
staging: speakup: move arguments to adhere to 80 chars
Move the arguments of spk_serial_synth_immediate and the spk_ttyio_synth_immediate to adhere to 80 chars limit coding standards. Reported by checkpatch. Signed-off-by: Ioannis Valasakis <code@wizofe.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/spk_priv.h')
-rw-r--r--drivers/staging/speakup/spk_priv.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/speakup/spk_priv.h b/drivers/staging/speakup/spk_priv.h
index 7b3a16e1fa23..c8e688878fc7 100644
--- a/drivers/staging/speakup/spk_priv.h
+++ b/drivers/staging/speakup/spk_priv.h
@@ -54,8 +54,10 @@ ssize_t spk_var_store(struct kobject *kobj, struct kobj_attribute *attr,
int spk_serial_synth_probe(struct spk_synth *synth);
int spk_ttyio_synth_probe(struct spk_synth *synth);
-const char *spk_serial_synth_immediate(struct spk_synth *synth, const char *buff);
-const char *spk_ttyio_synth_immediate(struct spk_synth *synth, const char *buff);
+const char *spk_serial_synth_immediate(struct spk_synth *synth,
+ const char *buff);
+const char *spk_ttyio_synth_immediate(struct spk_synth *synth,
+ const char *buff);
void spk_do_catch_up(struct spk_synth *synth);
void spk_do_catch_up_unicode(struct spk_synth *synth);
void spk_synth_flush(struct spk_synth *synth);