From: Walt Feasel Date: Sat, 19 Nov 2016 17:35:47 +0000 (-0500) Subject: staging: speakup: synth.c Align parenthesis X-Git-Tag: v5.15~12305^2~140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=020f95cb51039fbb34a23828f7f6ef1b14be725a;p=platform%2Fkernel%2Flinux-starfive.git staging: speakup: synth.c Align parenthesis Make suggested checkpatch modification for CHECK: Alignment should match open parenthesis Signed-off-by: Walt Feasel Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/synth.c index 1bd78ab..a61c02b 100644 --- a/drivers/staging/speakup/synth.c +++ b/drivers/staging/speakup/synth.c @@ -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; }