浏览代码

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>
Nishka Dasgupta 7 年之前
父节点
当前提交
1d49c89dc8
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/staging/speakup/spk_ttyio.c

+ 1 - 0
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)
 static int spk_ttyio_out_unicode(struct spk_synth *in_synth, u16 ch)
 {
 {
 	int ret;
 	int ret;
+
 	if (ch < 0x80)
 	if (ch < 0x80)
 		ret = spk_ttyio_out(in_synth, ch);
 		ret = spk_ttyio_out(in_synth, ch);
 	else if (ch < 0x800) {
 	else if (ch < 0x800) {