summaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup/speakup_dectlk.c
diff options
context:
space:
mode:
authorBhagyashri Dighole <digholebhagyashri@gmail.com>2019-02-28 17:59:04 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-01 09:05:00 +0100
commite2d55017ae1ce44247d03c1612e9b724ceff1388 (patch)
treeb3155c9c2197b8e6c14cddb478c74ab0e96b07da /drivers/staging/speakup/speakup_dectlk.c
parentac04f6e4b046bc1af647768510d82ee277512f9a (diff)
downloadlinux-stable-e2d55017ae1ce44247d03c1612e9b724ceff1388.tar.gz
linux-stable-e2d55017ae1ce44247d03c1612e9b724ceff1388.tar.bz2
linux-stable-e2d55017ae1ce44247d03c1612e9b724ceff1388.zip
staging: speakup: fix line over 80 characters.
Fix coding style issues, which solves checkpatch.pl warning: "WARNING: line over 80 characters". Signed-off-by: Bhagyashri Dighole <digholebhagyashri@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/speakup/speakup_dectlk.c')
-rw-r--r--drivers/staging/speakup/speakup_dectlk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/speakup/speakup_dectlk.c b/drivers/staging/speakup/speakup_dectlk.c
index a144f28ee1a8..dccb4ea29d37 100644
--- a/drivers/staging/speakup/speakup_dectlk.c
+++ b/drivers/staging/speakup/speakup_dectlk.c
@@ -260,7 +260,8 @@ static void do_catch_up(struct spk_synth *synth)
synth->io_ops->synth_out(synth, PROCSPEECH);
if (time_after_eq(jiffies, jiff_max)) {
if (!in_escape)
- synth->io_ops->synth_out(synth, PROCSPEECH);
+ synth->io_ops->synth_out(synth,
+ PROCSPEECH);
spin_lock_irqsave(&speakup_info.spinlock,
flags);
jiffy_delta_val = jiffy_delta->u.n.value;