aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/speakup
diff options
context:
space:
mode:
authorIoannis Valasakis <code@wizofe.uk>2018-11-06 02:20:56 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-07 12:22:33 +0100
commit8d0f5a65ff11701629449e39871c9494f6008e20 (patch)
tree50bb1f4edc35a7188ae0e0a4de26e719fb2582eb /drivers/staging/speakup
parentstaging: speakup: add spaces around minus (diff)
downloadlinux-dev-8d0f5a65ff11701629449e39871c9494f6008e20.tar.xz
linux-dev-8d0f5a65ff11701629449e39871c9494f6008e20.zip
staging: speakup: move arguments to reduce 80 chars limit
Move the arguments one line below to remove the warning of the 80 chars limit. 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')
-rw-r--r--drivers/staging/speakup/speakup_acntpc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/speakup/speakup_acntpc.c b/drivers/staging/speakup/speakup_acntpc.c
index d44ada9869ae..c94328a5bd4a 100644
--- a/drivers/staging/speakup/speakup_acntpc.c
+++ b/drivers/staging/speakup/speakup_acntpc.c
@@ -298,7 +298,8 @@ static void accent_release(void)
{
spk_stop_serial_interrupt();
if (speakup_info.port_tts)
- synth_release_region(speakup_info.port_tts - 1, SYNTH_IO_EXTENT);
+ synth_release_region(speakup_info.port_tts - 1,
+ SYNTH_IO_EXTENT);
speakup_info.port_tts = 0;
}