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:
parent
d2ad9a8255
commit
020f95cb51
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue