projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67095c
)
staging: speakup: synth.c Blank line before }
author
Walt Feasel
<waltfeasel@gmail.com>
Sat, 19 Nov 2016 17:35:44 +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: Blank lines aren't necessary before a close brace '}'
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
17aa440
..
7940807
100644
(file)
--- a/
drivers/staging/speakup/synth.c
+++ b/
drivers/staging/speakup/synth.c
@@
-308,7
+308,6
@@
void spk_get_index_count(int *linecount, int *sentcount)
index_count = synth->indexing.currindex
- synth->indexing.lowindex
+ synth->indexing.highindex - (ind / 10) + 1;
-
}
*sentcount = sentence_count;
*linecount = index_count;