diff options
author | Walt Feasel <waltfeasel@gmail.com> | 2016-11-19 12:35:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-11-21 11:05:30 +0100 |
commit | 020f95cb51039fbb34a23828f7f6ef1b14be725a (patch) | |
tree | 301b413cc1b644403332dcf9feb139ddb695ea3f /drivers | |
parent | d2ad9a8255064e30e785f9c1f5757c4308b6ba6a (diff) | |
download | linux-020f95cb51039fbb34a23828f7f6ef1b14be725a.tar.bz2 |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/speakup/synth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/synth.c index 1bd78abce7e6..a61c02ba06da 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; } |