staging: speakup: Add blank line after declaration

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>
This commit is contained in:
Nishka Dasgupta 2018-03-14 18:22:10 +00:00 committed by Greg Kroah-Hartman
parent 73709e1af5
commit 1d49c89dc8
1 changed files with 1 additions and 0 deletions

View 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) {