]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: speakup: synth.c Blank line before }
authorWalt Feasel <waltfeasel@gmail.com>
Sat, 19 Nov 2016 17:35:44 +0000 (12:35 -0500)
committerGreg 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

index 17aa44003aa82f4d17d8164981dff88280bc9034..7940807b0577ddd778e69c8224c54a5ebada4e02 100644 (file)
@@ -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;