]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 1bd78abce7e63344d6857c73f3b3d6981f6a9203..a61c02ba06daec5e051eea3a1980c0b199626b1c 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;
 }