staging: speakup: synth.c Align parenthesis

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>
This commit is contained in:
Walt Feasel 2016-11-19 12:35:47 -05:00 committed by Greg Kroah-Hartman
parent d2ad9a8255
commit 020f95cb51
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ int spk_serial_synth_probe(struct spk_synth *synth)
return -ENODEV; return -ENODEV;
} }
pr_info("%s: ttyS%i, Driver Version %s\n", 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; synth->alive = 1;
return 0; return 0;
} }