From: Nishka Dasgupta Date: Wed, 14 Mar 2018 18:22:10 +0000 (+0000) Subject: staging: speakup: Add blank line after declaration X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1d49c89dc80e16b3313e60e3fadc3ebc3cde7cba;p=openwrt%2Fstaging%2Fblogic.git staging: speakup: Add blank line after declaration Add blank line after declaration. Issue found with checkpatch. Signed-off-by: Nishka Dasgupta Reviewed-by: Samuel Thibault Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/spk_ttyio.c b/drivers/staging/speakup/spk_ttyio.c index ade03b03bcd3..eac63aab8162 100644 --- a/drivers/staging/speakup/spk_ttyio.c +++ b/drivers/staging/speakup/spk_ttyio.c @@ -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) {