projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2ad9a8
)
staging: speakup: synth.c Align parenthesis
author
Walt Feasel
<waltfeasel@gmail.com>
Sat, 19 Nov 2016 17:35:47 +0000
(12:35 -0500)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/speakup/synth.c
b/drivers/staging/speakup/synth.c
index 1bd78abce7e63344d6857c73f3b3d6981f6a9203..a61c02ba06daec5e051eea3a1980c0b199626b1c 100644
(file)
--- 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;
}