staging: speakup: fix checkpatch warning
authorRoxana Blaj <roxanagabriela10@gmail.com>
Sun, 14 Sep 2014 17:28:53 +0000 (20:28 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:27:28 +0000 (17:27 -0700)
This fixes the cheackpatch warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Roxana Blaj <roxanagabriela10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/main.c

index 1cfff1648c607f73ced67de5851b349e552fec80..3f30a1b6e72c2f684541adbcea2e9fd0dcfc7b88 100644 (file)
@@ -2239,6 +2239,7 @@ static int vt_notifier_call(struct notifier_block *nb,
                        speakup_bs(vc);
                else if (param->c < 0x100) {
                        char d = param->c;
+
                        speakup_con_write(vc, &d, 1);
                }
                break;