staging: speakup: synth.c Align parenthesis
authorWalt Feasel <waltfeasel@gmail.com>
Sat, 19 Nov 2016 17:35:47 +0000 (12:35 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Nov 2016 10:05:30 +0000 (11:05 +0100)
Make suggested checkpatch modification for
CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/synth.c

index 1bd78ab..a61c02b 100644 (file)
@@ -67,7 +67,7 @@ int spk_serial_synth_probe(struct spk_synth *synth)
                return -ENODEV;
        }
        pr_info("%s: ttyS%i, Driver Version %s\n",
-                       synth->long_name, synth->ser, synth->version);
+               synth->long_name, synth->ser, synth->version);
        synth->alive = 1;
        return 0;
 }