OSDN Git Service

staging: speakup: move arguments to reduce 80 chars limit
authorIoannis Valasakis <code@wizofe.uk>
Tue, 6 Nov 2018 02:20:56 +0000 (02:20 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:22:33 +0000 (12:22 +0100)
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>
drivers/staging/speakup/speakup_acntpc.c

index d44ada9..c94328a 100644 (file)
@@ -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;
 }