mirror of https://gitee.com/openkylin/linux.git
staging: speakup: Added blank line.
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>
This commit is contained in:
parent
f6bb9e390c
commit
c772bce670
|
@ -66,6 +66,7 @@ int speakup_set_selection(struct tty_struct *tty)
|
||||||
if (ps > pe) {
|
if (ps > pe) {
|
||||||
/* make sel_start <= sel_end */
|
/* make sel_start <= sel_end */
|
||||||
int tmp = ps;
|
int tmp = ps;
|
||||||
|
|
||||||
ps = pe;
|
ps = pe;
|
||||||
pe = tmp;
|
pe = tmp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue