staging: speakup: Add blank line after declaration
authorNishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Wed, 14 Mar 2018 18:22:10 +0000 (18:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2018 16:14:40 +0000 (17:14 +0100)
Add blank line after declaration. Issue found with checkpatch.

Signed-off-by: Nishka Dasgupta <nishka.dasgupta_ug18@ashoka.edu.in>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/spk_ttyio.c

index ade03b03bcd3aedfd76ff9fdbfbb5ad5e70498dd..eac63aab81622cc447ee31d263f7ddab150e4b3b 100644 (file)
@@ -226,6 +226,7 @@ static int spk_ttyio_out(struct spk_synth *in_synth, const char ch)
 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch)
 {
        int ret;
+
        if (ch < 0x80)
                ret = spk_ttyio_out(in_synth, ch);
        else if (ch < 0x800) {