]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: speakup: Added blank line.
authorAybuke Ozdemir <aybuke.147@gmail.com>
Fri, 26 Sep 2014 19:26:49 +0000 (22:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 03:16:06 +0000 (23:16 -0400)
This patch fixes "Missing a blank line after declarations" checkpatch.pl
warning in selection.c

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/selection.c

index ca04d3669acca2cef588d8e2d61e1b858debbc36..507fc9a1776e4a8e1532d9522d2f3560baa5a29e 100644 (file)
@@ -66,6 +66,7 @@ int speakup_set_selection(struct tty_struct *tty)
        if (ps > pe) {
                /* make sel_start <= sel_end */
                int tmp = ps;
+
                ps = pe;
                pe = tmp;
        }